#ECACC7

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

Shades of Cupid #ECACC7

Tints of Cupid #ECACC7

Color information

#ECACC7 (or 0xECACC7) is unknown color: approx Cupid. HEX triplet: EC, AC and C7. RGB value is (236,172,199). Sum of RGB (Red+Green+Blue) = 236+172+199=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC7 is #135338. Grayscale: #C2C2C2. Windows color (decimal): -1266489 or 13085932. OLE color: 13085932.

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

Color convert

RGB236172199-
CMYK00.270.160.07
HSL334.69º62.75%80%-
HSV(B)334.69º27.12%92.55%-
XYZ59.6551.4660.82-
YUV194.21130.7157.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=38.88%
G=28.34%
B=32.78%

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
Decimal23617219900.270.160.07334.6962.7580
HexECACC701B10714f3f50
Octal35425430703320751777120
Binary111011001010110011000111011011100001111010011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACC7; }

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

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

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

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

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

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

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

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