#ECA9BB

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

Shades of Cupid #ECA9BB

Tints of Cupid #ECA9BB

Color information

#ECA9BB (or 0xECA9BB) is unknown color: approx Cupid. HEX triplet: EC, A9 and BB. RGB value is (236,169,187). Sum of RGB (Red+Green+Blue) = 236+169+187=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9BB is #135644. Grayscale: #BFBFBF. Windows color (decimal): -1267269 or 12298732. OLE color: 12298732.

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

Color convert

RGB236169187-
CMYK00.280.210.07
HSL343.88º63.81%79.41%-
HSV(B)343.88º28.39%92.55%-
XYZ57.7549.853.58-
YUV191.08125.7160.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=39.86%
G=28.55%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616918700.280.210.07343.8863.8179.41
HexECA9BB01C157158404f
Octal354251273034257530100117
Binary1110110010101001101110110111001010111110101100010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9BB; }

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

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

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

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

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

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

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

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