#EDB2BE

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

Shades of Cupid #EDB2BE

Tints of Cupid #EDB2BE

Color information

#EDB2BE (or 0xEDB2BE) is unknown color: approx Cupid. HEX triplet: ED, B2 and BE. RGB value is (237,178,190). Sum of RGB (Red+Green+Blue) = 237+178+190=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2BE is #124D41. Grayscale: #C5C5C5. Windows color (decimal): -1199426 or 12497645. OLE color: 12497645.

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

Color convert

RGB237178190-
CMYK00.250.200.07
HSL347.8º62.11%81.37%-
HSV(B)347.8º24.89%92.94%-
XYZ60.1453.5655.88-
YUV197.01124.05156.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=39.17%
G=29.42%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717819000.250.200.07347.862.1181.37
HexEDB2BE01914715c3e51
Octal35526227603124753476121
Binary111011011011001010111110011001101001111010111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2BE; }

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

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

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

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

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

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

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

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