#ECABC0

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

Shades of Cupid #ECABC0

Tints of Cupid #ECABC0

Color information

#ECABC0 (or 0xECABC0) is unknown color: approx Cupid. HEX triplet: EC, AB and C0. RGB value is (236,171,192). Sum of RGB (Red+Green+Blue) = 236+171+192=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC0 is #13543F. Grayscale: #C0C0C0. Windows color (decimal): -1266752 or 12626924. OLE color: 12626924.

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

Color convert

RGB236171192-
CMYK00.280.190.07
HSL340.62º63.11%79.8%-
HSV(B)340.62º27.54%92.55%-
XYZ58.6750.7656.58-
YUV192.83127.53158.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=39.40%
G=28.55%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617119200.280.190.07340.6263.1179.8
HexECABC001C1371553f50
Octal35425330003423752577120
Binary111011001010101111000000011100100111111010101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABC0; }

 p { color: rgb(236,171,192); }

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

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

 a { background-color: rgb(236,171,192); }

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

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

 span { border-color: rgb(236,171,192); }

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