#EDA9BC

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

Shades of Cupid #EDA9BC

Tints of Cupid #EDA9BC

Color information

#EDA9BC (or 0xEDA9BC) is unknown color: approx Cupid. HEX triplet: ED, A9 and BC. RGB value is (237,169,188). Sum of RGB (Red+Green+Blue) = 237+169+188=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9BC is #125643. Grayscale: #BFBFBF. Windows color (decimal): -1201732 or 12364269. OLE color: 12364269.

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

Color convert

RGB237169188-
CMYK00.290.210.07
HSL343.24º65.38%79.61%-
HSV(B)343.24º28.69%92.94%-
XYZ58.1950.0154.16-
YUV191.5126.03160.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=39.90%
G=28.45%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716918800.290.210.07343.2465.3879.61
HexEDA9BC01D1571574150
Octal355251274035257527101120
Binary1110110110101001101111000111011010111110101011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9BC; }

 p { color: rgb(237,169,188); }

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

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

 a { background-color: rgb(237,169,188); }

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

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

 span { border-color: rgb(237,169,188); }

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