#ECADC7

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

Shades of Cupid #ECADC7

Tints of Cupid #ECADC7

Color information

#ECADC7 (or 0xECADC7) is unknown color: approx Cupid. HEX triplet: EC, AD and C7. RGB value is (236,173,199). Sum of RGB (Red+Green+Blue) = 236+173+199=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADC7 is #135238. Grayscale: #C2C2C2. Windows color (decimal): -1266233 or 13086188. OLE color: 13086188.

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

Color convert

RGB236173199-
CMYK00.270.160.07
HSL335.24º62.38%80.2%-
HSV(B)335.24º26.69%92.55%-
XYZ59.8451.8460.89-
YUV194.8130.37157.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=38.82%
G=28.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617319900.270.160.07335.2462.3880.2
HexECADC701B10714f3e50
Octal35425530703320751776120
Binary111011001010110111000111011011100001111010011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADC7; }

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

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

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

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

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

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

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

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