#ECB1BC

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

Shades of Cupid #ECB1BC

Tints of Cupid #ECB1BC

Color information

#ECB1BC (or 0xECB1BC) is unknown color: approx Cupid. HEX triplet: EC, B1 and BC. RGB value is (236,177,188). Sum of RGB (Red+Green+Blue) = 236+177+188=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BC is #134E43. Grayscale: #C3C3C3. Windows color (decimal): -1265220 or 12366316. OLE color: 12366316.

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

Color convert

RGB236177188-
CMYK00.250.200.07
HSL348.81º60.82%80.98%-
HSV(B)348.81º25%92.55%-
XYZ59.3952.9154.66-
YUV195.9123.55156.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=39.27%
G=29.45%
B=31.28%

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
Decimal23617718800.250.200.07348.8160.8280.98
HexECB1BC01914715d3d51
Octal35426127403124753575121
Binary111011001011000110111100011001101001111010111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1BC; }

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

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

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

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

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

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

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

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