#ECB1BD

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

Shades of Cupid #ECB1BD

Tints of Cupid #ECB1BD

Color information

#ECB1BD (or 0xECB1BD) is unknown color: approx Cupid. HEX triplet: EC, B1 and BD. RGB value is (236,177,189). Sum of RGB (Red+Green+Blue) = 236+177+189=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BD is #134E42. Grayscale: #C4C4C4. Windows color (decimal): -1265219 or 12431852. OLE color: 12431852.

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

Color convert

RGB236177189-
CMYK00.250.200.07
HSL347.8º60.82%80.98%-
HSV(B)347.8º25%92.55%-
XYZ59.552.9555.23-
YUV196.01124.05156.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=39.20%
G=29.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617718900.250.200.07347.860.8280.98
HexECB1BD01914715c3d51
Octal35426127503124753475121
Binary111011001011000110111101011001101001111010111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1BD; }

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

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

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

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

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

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

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

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