#EDA7C2

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

Shades of Cupid #EDA7C2

Tints of Cupid #EDA7C2

Color information

#EDA7C2 (or 0xEDA7C2) is unknown color: approx Cupid. HEX triplet: ED, A7 and C2. RGB value is (237,167,194). Sum of RGB (Red+Green+Blue) = 237+167+194=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7C2 is #12583D. Grayscale: #BEBEBE. Windows color (decimal): -1202238 or 12756973. OLE color: 12756973.

HSL color Cylindrical-coordinate representation of color #EDA7C2: hue angle of 336.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7C2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237167194-
CMYK00.300.180.07
HSL336.86º66.04%79.22%-
HSV(B)336.86º29.54%92.94%-
XYZ58.4849.5457.52-
YUV191.01129.69160.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 194 (76.17% from 255) = 32.44%
R=39.63%
G=27.93%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716719400.300.180.07336.8666.0479.22
HexEDA7C201E127151424f
Octal355247302036227521102117
Binary1110110110100111110000100111101001011110101000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7C2; }

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

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

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

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

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

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

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

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