#ECAFC1

Color #ECAFC1 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #ECAFC1

Tints of Cupid #ECAFC1

Color information

#ECAFC1 (or 0xECAFC1) is unknown color: approx Cupid. HEX triplet: EC, AF and C1. RGB value is (236,175,193). Sum of RGB (Red+Green+Blue) = 236+175+193=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFC1 is #13503E. Grayscale: #C3C3C3. Windows color (decimal): -1265727 or 12693484. OLE color: 12693484.

HSL color Cylindrical-coordinate representation of color #ECAFC1: hue angle of 342.3º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFC1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236175193-
CMYK00.260.180.07
HSL342.3º61.62%80.59%-
HSV(B)342.3º25.85%92.55%-
XYZ59.5552.3457.42-
YUV195.29126.71157.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=39.07%
G=28.97%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617519300.260.180.07342.361.6280.59
HexECAFC101A1271563e51
Octal35425730103222752676121
Binary111011001010111111000001011010100101111010101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFC1; }

 p { color: rgb(236,175,193); }

 H1.HeaderClassName
 {
   color: #ECAFC1;
 }
 .AnyTagClassName
 {
   color: #ECAFC1;
 }
</style>
background-color css

<style>
 a { background-color: #ECAFC1; }

 a { background-color: rgb(236,175,193); }

 div.DivClassName
 {
   background-color: #ECAFC1;
 }
 .BgClassName
 {
   background-color: #ECAFC1;
 }
</style>
border-color css

<style>
 span { border-color: #ECAFC1; }

 span { border-color: rgb(236,175,193); }

 td.TdClassName
 {
   border-color: #ECAFC1;
 }
 .TagClassName
 {
   border-color: #ECAFC1;
 }
</style>