#EDA9C7

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

Shades of Cupid #EDA9C7

Tints of Cupid #EDA9C7

Color information

#EDA9C7 (or 0xEDA9C7) is unknown color: approx Cupid. HEX triplet: ED, A9 and C7. RGB value is (237,169,199). Sum of RGB (Red+Green+Blue) = 237+169+199=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C7 is #125638. Grayscale: #C0C0C0. Windows color (decimal): -1201721 or 13085165. OLE color: 13085165.

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

Color convert

RGB237169199-
CMYK00.290.160.07
HSL333.53º65.38%79.61%-
HSV(B)333.53º28.69%92.94%-
XYZ59.4250.560.65-
YUV192.75131.53159.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=39.17%
G=27.93%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716919900.290.160.07333.5365.3879.61
HexEDA9C701D10714e4150
Octal355251307035207516101120
Binary1110110110101001110001110111011000011110100111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9C7; }

 p { color: rgb(237,169,199); }

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

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

 a { background-color: rgb(237,169,199); }

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

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

 span { border-color: rgb(237,169,199); }

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