#EDA7BD

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

Shades of Cupid #EDA7BD

Tints of Cupid #EDA7BD

Color information

#EDA7BD (or 0xEDA7BD) is unknown color: approx Cupid. HEX triplet: ED, A7 and BD. RGB value is (237,167,189). Sum of RGB (Red+Green+Blue) = 237+167+189=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BD is #125842. Grayscale: #BEBEBE. Windows color (decimal): -1202243 or 12429293. OLE color: 12429293.

HSL color Cylindrical-coordinate representation of color #EDA7BD: hue angle of 341.14º 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 #EDA7BD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237167189-
CMYK00.300.200.07
HSL341.14º66.04%79.22%-
HSV(B)341.14º29.54%92.94%-
XYZ57.9349.3254.61-
YUV190.44127.19161.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 167 (65.62% from 255) = 28.16%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=39.97%
G=28.16%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716718900.300.200.07341.1466.0479.22
HexEDA7BD01E147155424f
Octal355247275036247525102117
Binary1110110110100111101111010111101010011110101010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7BD; }

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

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

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

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

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

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

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

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