#ECAEC7

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

Shades of Cupid #ECAEC7

Tints of Cupid #ECAEC7

Color information

#ECAEC7 (or 0xECAEC7) is unknown color: approx Cupid. HEX triplet: EC, AE and C7. RGB value is (236,174,199). Sum of RGB (Red+Green+Blue) = 236+174+199=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEC7 is #135138. Grayscale: #C3C3C3. Windows color (decimal): -1265977 or 13086444. OLE color: 13086444.

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

Color convert

RGB236174199-
CMYK00.260.160.07
HSL335.81º62%80.39%-
HSV(B)335.81º26.27%92.55%-
XYZ60.0452.2360.95-
YUV195.39130.04156.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 199 (78.12% from 255) = 32.68%
R=38.75%
G=28.57%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617419900.260.160.07335.816280.39
HexECAEC701A1071503e50
Octal35425630703220752076120
Binary111011001010111011000111011010100001111010100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEC7; }

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

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

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

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

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

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

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

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