#EDA5BB

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

Shades of Cupid #EDA5BB

Tints of Cupid #EDA5BB

Color information

#EDA5BB (or 0xEDA5BB) is unknown color: approx Cupid. HEX triplet: ED, A5 and BB. RGB value is (237,165,187). Sum of RGB (Red+Green+Blue) = 237+165+187=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5BB is #125A44. Grayscale: #BDBDBD. Windows color (decimal): -1202757 or 12297709. OLE color: 12297709.

HSL color Cylindrical-coordinate representation of color #EDA5BB: hue angle of 341.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5BB is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237165187-
CMYK00.300.210.07
HSL341.67º66.67%78.82%-
HSV(B)341.67º30.38%92.94%-
XYZ57.3548.553.35-
YUV189.04126.85162.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 165 (64.84% from 255) = 28.01%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=40.24%
G=28.01%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716518700.300.210.07341.6766.6778.82
HexEDA5BB01E157156434f
Octal355245273036257526103117
Binary1110110110100101101110110111101010111110101011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5BB; }

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

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

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

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

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

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

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

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