#ECA8C0

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

Shades of Cupid #ECA8C0

Tints of Cupid #ECA8C0

Color information

#ECA8C0 (or 0xECA8C0) is unknown color: approx Cupid. HEX triplet: EC, A8 and C0. RGB value is (236,168,192). Sum of RGB (Red+Green+Blue) = 236+168+192=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8C0 is #13573F. Grayscale: #BFBFBF. Windows color (decimal): -1267520 or 12626156. OLE color: 12626156.

HSL color Cylindrical-coordinate representation of color #ECA8C0: hue angle of 338.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8C0 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236168192-
CMYK00.290.190.07
HSL338.82º64.15%79.22%-
HSV(B)338.82º28.81%92.55%-
XYZ58.1149.6456.39-
YUV191.07128.53160.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=39.60%
G=28.19%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616819200.290.190.07338.8264.1579.22
HexECA8C001D137153404f
Octal354250300035237523100117
Binary1110110010101000110000000111011001111110101001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8C0; }

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

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

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

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

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

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

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

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