#EDAAC1

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

Shades of Cupid #EDAAC1

Tints of Cupid #EDAAC1

Color information

#EDAAC1 (or 0xEDAAC1) is unknown color: approx Cupid. HEX triplet: ED, AA and C1. RGB value is (237,170,193). Sum of RGB (Red+Green+Blue) = 237+170+193=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC1 is #12553E. Grayscale: #C0C0C0. Windows color (decimal): -1201471 or 12692205. OLE color: 12692205.

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

Color convert

RGB237170193-
CMYK00.280.190.07
HSL339.4º65.05%79.8%-
HSV(B)339.4º28.27%92.94%-
XYZ58.9350.657.11-
YUV192.66128.2159.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=39.5%
G=28.33%
B=32.17%

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
Decimal23717019300.280.190.07339.465.0579.8
HexEDAAC101C1371534150
Octal355252301034237523101120
Binary1110110110101010110000010111001001111110101001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAC1; }

 p { color: rgb(237,170,193); }

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

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

 a { background-color: rgb(237,170,193); }

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

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

 span { border-color: rgb(237,170,193); }

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