#ECA9BC

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

Shades of Cupid #ECA9BC

Tints of Cupid #ECA9BC

Color information

#ECA9BC (or 0xECA9BC) is unknown color: approx Cupid. HEX triplet: EC, A9 and BC. RGB value is (236,169,188). Sum of RGB (Red+Green+Blue) = 236+169+188=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9BC is #135643. Grayscale: #BFBFBF. Windows color (decimal): -1267268 or 12364268. OLE color: 12364268.

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

Color convert

RGB236169188-
CMYK00.280.200.07
HSL342.99º63.81%79.41%-
HSV(B)342.99º28.39%92.55%-
XYZ57.8649.8454.15-
YUV191.2126.2159.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=39.80%
G=28.50%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616918800.280.200.07342.9963.8179.41
HexECA9BC01C147157404f
Octal354251274034247527100117
Binary1110110010101001101111000111001010011110101011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9BC; }

 p { color: rgb(236,169,188); }

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

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

 a { background-color: rgb(236,169,188); }

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

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

 span { border-color: rgb(236,169,188); }

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