#ECB0BC

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

Shades of Cupid #ECB0BC

Tints of Cupid #ECB0BC

Color information

#ECB0BC (or 0xECB0BC) is unknown color: approx Cupid. HEX triplet: EC, B0 and BC. RGB value is (236,176,188). Sum of RGB (Red+Green+Blue) = 236+176+188=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BC is #134F43. Grayscale: #C3C3C3. Windows color (decimal): -1265476 or 12366060. OLE color: 12366060.

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

Color convert

RGB236176188-
CMYK00.250.200.07
HSL348º61.22%80.78%-
HSV(B)348º25.42%92.55%-
XYZ59.1952.5154.59-
YUV195.31123.88157.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=39.33%
G=29.33%
B=31.33%

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
Decimal23617618800.250.200.0734861.2280.78
HexECB0BC01914715c3d51
Octal35426027403124753475121
Binary111011001011000010111100011001101001111010111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0BC; }

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

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

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

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

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

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

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

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