#EDB0BD

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

Shades of Cupid #EDB0BD

Tints of Cupid #EDB0BD

Color information

#EDB0BD (or 0xEDB0BD) is unknown color: approx Cupid. HEX triplet: ED, B0 and BD. RGB value is (237,176,189). Sum of RGB (Red+Green+Blue) = 237+176+189=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BD is #124F42. Grayscale: #C3C3C3. Windows color (decimal): -1199939 or 12431597. OLE color: 12431597.

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

Color convert

RGB237176189-
CMYK00.260.200.07
HSL347.21º62.89%80.98%-
HSV(B)347.21º25.74%92.94%-
XYZ59.6452.7355.18-
YUV195.72124.21157.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=39.37%
G=29.24%
B=31.40%

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
Decimal23717618900.260.200.07347.2162.8980.98
HexEDB0BD01A14715b3f51
Octal35526027503224753377121
Binary111011011011000010111101011010101001111010110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0BD; }

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

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

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

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

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

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

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

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