#EDA8BD

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

Shades of Cupid #EDA8BD

Tints of Cupid #EDA8BD

Color information

#EDA8BD (or 0xEDA8BD) is unknown color: approx Cupid. HEX triplet: ED, A8 and BD. RGB value is (237,168,189). Sum of RGB (Red+Green+Blue) = 237+168+189=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BD is #125742. Grayscale: #BFBFBF. Windows color (decimal): -1201987 or 12429549. OLE color: 12429549.

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

Color convert

RGB237168189-
CMYK00.290.200.07
HSL341.74º65.71%79.41%-
HSV(B)341.74º29.11%92.94%-
XYZ58.1149.6854.67-
YUV191.02126.86160.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=39.90%
G=28.28%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716818900.290.200.07341.7465.7179.41
HexEDA8BD01D147156424f
Octal355250275035247526102117
Binary1110110110101000101111010111011010011110101011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8BD; }

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

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

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

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

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

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

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

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