#EDA6BE

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

Shades of Cupid #EDA6BE

Tints of Cupid #EDA6BE

Color information

#EDA6BE (or 0xEDA6BE) is unknown color: approx Cupid. HEX triplet: ED, A6 and BE. RGB value is (237,166,190). Sum of RGB (Red+Green+Blue) = 237+166+190=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BE is #125941. Grayscale: #BDBDBD. Windows color (decimal): -1202498 or 12494573. OLE color: 12494573.

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

Color convert

RGB237166190-
CMYK00.300.200.07
HSL339.72º66.36%79.02%-
HSV(B)339.72º29.96%92.94%-
XYZ57.8648.9955.12-
YUV189.96128.02161.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=39.97%
G=27.99%
B=32.04%

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
Decimal23716619000.300.200.07339.7266.3679.02
HexEDA6BE01E147154424f
Octal355246276036247524102117
Binary1110110110100110101111100111101010011110101010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6BE; }

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

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

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

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

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

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

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

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