#EDB0BE

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

Shades of Cupid #EDB0BE

Tints of Cupid #EDB0BE

Color information

#EDB0BE (or 0xEDB0BE) is unknown color: approx Cupid. HEX triplet: ED, B0 and BE. RGB value is (237,176,190). Sum of RGB (Red+Green+Blue) = 237+176+190=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BE is #124F41. Grayscale: #C3C3C3. Windows color (decimal): -1199938 or 12497133. OLE color: 12497133.

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

Color convert

RGB237176190-
CMYK00.260.200.07
HSL346.23º62.89%80.98%-
HSV(B)346.23º25.74%92.94%-
XYZ59.7452.7755.75-
YUV195.84124.71157.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=39.30%
G=29.19%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717619000.260.200.07346.2362.8980.98
HexEDB0BE01A14715a3f51
Octal35526027603224753277121
Binary111011011011000010111110011010101001111010110101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0BE; }

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

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

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

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

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

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

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

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