#EDB1BF

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

Shades of Cupid #EDB1BF

Tints of Cupid #EDB1BF

Color information

#EDB1BF (or 0xEDB1BF) is unknown color: approx Cupid. HEX triplet: ED, B1 and BF. RGB value is (237,177,191). Sum of RGB (Red+Green+Blue) = 237+177+191=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BF is #124E40. Grayscale: #C4C4C4. Windows color (decimal): -1199681 or 12562925. OLE color: 12562925.

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

Color convert

RGB237177191-
CMYK00.250.190.07
HSL346º62.5%81.18%-
HSV(B)346º25.32%92.94%-
XYZ60.0553.2156.4-
YUV196.54124.88156.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 191 (75% from 255) = 31.57%
R=39.17%
G=29.26%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717719100.250.190.0734662.581.18
HexEDB1BF01913715a3e51
Octal35526127703123753276121
Binary111011011011000110111111011001100111111010110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1BF; }

 p { color: rgb(237,177,191); }

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

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

 a { background-color: rgb(237,177,191); }

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

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

 span { border-color: rgb(237,177,191); }

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