#edabbb

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

Shades of Cupid #EDABBB

Tints of Cupid #EDABBB

Color information

#EDABBB (or 0xEDABBB) is unknown color: approx Cupid. HEX triplet: ED, AB and BB. RGB value is (237,171,187). Sum of RGB (Red+Green+Blue) = 237+171+187=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABBB is #125444. Grayscale: #C0C0C0. Windows color (decimal): -1201221 or 12299245. OLE color: 12299245.

HSL color Cylindrical-coordinate representation of color #EDABBB: hue angle of 345.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABBB is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237171187-
CMYK00.280.210.07
HSL345.45º64.71%80%-
HSV(B)345.45º27.85%92.94%-
XYZ58.4650.7253.72-
YUV192.56124.87159.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=39.83%
G=28.74%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717118700.280.210.07345.4564.7180
HexEDABBB01C1571594150
Octal355253273034257531101120
Binary1110110110101011101110110111001010111110101100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edabbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edabbb; }

 p { color: rgb(237,171,187); }

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

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

 a { background-color: rgb(237,171,187); }

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

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

 span { border-color: rgb(237,171,187); }

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