#ECACBB

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

Shades of Cupid #ECACBB

Tints of Cupid #ECACBB

Color information

#ECACBB (or 0xECACBB) is unknown color: approx Cupid. HEX triplet: EC, AC and BB. RGB value is (236,172,187). Sum of RGB (Red+Green+Blue) = 236+172+187=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACBB is #135344. Grayscale: #C0C0C0. Windows color (decimal): -1266501 or 12299500. OLE color: 12299500.

HSL color Cylindrical-coordinate representation of color #ECACBB: hue angle of 345.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACBB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236172187-
CMYK00.270.210.07
HSL345.94º62.75%80%-
HSV(B)345.94º27.12%92.55%-
XYZ58.3150.9353.77-
YUV192.85124.7158.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=39.66%
G=28.91%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617218700.270.210.07345.9462.7580
HexECACBB01B15715a3f50
Octal35425427303325753277120
Binary111011001010110010111011011011101011111010110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACBB; }

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

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

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

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

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

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

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

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