#ECADC0

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

Shades of Cupid #ECADC0

Tints of Cupid #ECADC0

Color information

#ECADC0 (or 0xECADC0) is unknown color: approx Cupid. HEX triplet: EC, AD and C0. RGB value is (236,173,192). Sum of RGB (Red+Green+Blue) = 236+173+192=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADC0 is #13523F. Grayscale: #C1C1C1. Windows color (decimal): -1266240 or 12627436. OLE color: 12627436.

HSL color Cylindrical-coordinate representation of color #ECADC0: hue angle of 341.9º degrees, saturation: 0.62, 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 #ECADC0 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236173192-
CMYK00.270.190.07
HSL341.9º62.38%80.2%-
HSV(B)341.9º26.69%92.55%-
XYZ59.0551.5356.7-
YUV194126.87157.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=39.27%
G=28.79%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617319200.270.190.07341.962.3880.2
HexECADC001B1371563e50
Octal35425530003323752676120
Binary111011001010110111000000011011100111111010101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADC0; }

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

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

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

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

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

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

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

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