#EDA5BA

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

Shades of Cupid #EDA5BA

Tints of Cupid #EDA5BA

Color information

#EDA5BA (or 0xEDA5BA) is unknown color: approx Cupid. HEX triplet: ED, A5 and BA. RGB value is (237,165,186). Sum of RGB (Red+Green+Blue) = 237+165+186=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5BA is #125A45. Grayscale: #BCBCBC. Windows color (decimal): -1202758 or 12232173. OLE color: 12232173.

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

Color convert

RGB237165186-
CMYK00.300.220.07
HSL342.5º66.67%78.82%-
HSV(B)342.5º30.38%92.94%-
XYZ57.2448.4652.79-
YUV188.92126.35162.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=40.31%
G=28.06%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716518600.300.220.07342.566.6778.82
HexEDA5BA01E167156434f
Octal355245272036267526103117
Binary1110110110100101101110100111101011011110101011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5BA; }

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

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

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

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

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

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

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

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