#EDADC2

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

Shades of Cupid #EDADC2

Tints of Cupid #EDADC2

Color information

#EDADC2 (or 0xEDADC2) is unknown color: approx Cupid. HEX triplet: ED, AD and C2. RGB value is (237,173,194). Sum of RGB (Red+Green+Blue) = 237+173+194=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC2 is #12523D. Grayscale: #C2C2C2. Windows color (decimal): -1200702 or 12758509. OLE color: 12758509.

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

Color convert

RGB237173194-
CMYK00.270.180.07
HSL340.31º64%80.39%-
HSV(B)340.31º27%92.94%-
XYZ59.6151.7957.89-
YUV194.53127.7158.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 194 (76.17% from 255) = 32.12%
R=39.24%
G=28.64%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717319400.270.180.07340.316480.39
HexEDADC201B1271544050
Octal355255302033227524100120
Binary1110110110101101110000100110111001011110101010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADC2; }

 p { color: rgb(237,173,194); }

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

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

 a { background-color: rgb(237,173,194); }

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

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

 span { border-color: rgb(237,173,194); }

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