#ECAFC0

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

Shades of Cupid #ECAFC0

Tints of Cupid #ECAFC0

Color information

#ECAFC0 (or 0xECAFC0) is unknown color: approx Cupid. HEX triplet: EC, AF and C0. RGB value is (236,175,192). Sum of RGB (Red+Green+Blue) = 236+175+192=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFC0 is #13503F. Grayscale: #C3C3C3. Windows color (decimal): -1265728 or 12627948. OLE color: 12627948.

HSL color Cylindrical-coordinate representation of color #ECAFC0: hue angle of 343.28º 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 #ECAFC0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236175192-
CMYK00.260.190.07
HSL343.28º61.62%80.59%-
HSV(B)343.28º25.85%92.55%-
XYZ59.4452.356.83-
YUV195.18126.21157.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=39.14%
G=29.02%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617519200.260.190.07343.2861.6280.59
HexECAFC001A1371573e51
Octal35425730003223752776121
Binary111011001010111111000000011010100111111010101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFC0; }

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

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

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

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

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

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

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

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