#ECA6BD

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

Shades of Cupid #ECA6BD

Tints of Cupid #ECA6BD

Color information

#ECA6BD (or 0xECA6BD) is unknown color: approx Cupid. HEX triplet: EC, A6 and BD. RGB value is (236,166,189). Sum of RGB (Red+Green+Blue) = 236+166+189=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6BD is #135942. Grayscale: #BDBDBD. Windows color (decimal): -1268035 or 12429036. OLE color: 12429036.

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

Color convert

RGB236166189-
CMYK00.300.200.07
HSL340.29º64.81%78.82%-
HSV(B)340.29º29.66%92.55%-
XYZ57.4148.7854.53-
YUV189.55127.69161.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=39.93%
G=28.09%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616618900.300.200.07340.2964.8178.82
HexECA6BD01E147154414f
Octal354246275036247524101117
Binary1110110010100110101111010111101010011110101010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6BD; }

 p { color: rgb(236,166,189); }

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

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

 a { background-color: rgb(236,166,189); }

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

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

 span { border-color: rgb(236,166,189); }

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