#EDA8BE

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

Shades of Cupid #EDA8BE

Tints of Cupid #EDA8BE

Color information

#EDA8BE (or 0xEDA8BE) is unknown color: approx Cupid. HEX triplet: ED, A8 and BE. RGB value is (237,168,190). Sum of RGB (Red+Green+Blue) = 237+168+190=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BE is #125741. Grayscale: #BFBFBF. Windows color (decimal): -1201986 or 12495085. OLE color: 12495085.

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

Color convert

RGB237168190-
CMYK00.290.200.07
HSL340.87º65.71%79.41%-
HSV(B)340.87º29.11%92.94%-
XYZ58.2249.7355.24-
YUV191.14127.36160.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=39.83%
G=28.24%
B=31.93%

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
Decimal23716819000.290.200.07340.8765.7179.41
HexEDA8BE01D147155424f
Octal355250276035247525102117
Binary1110110110101000101111100111011010011110101010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8BE; }

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

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

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

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

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

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

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

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