#EDAEBA

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

Shades of Cupid #EDAEBA

Tints of Cupid #EDAEBA

Color information

#EDAEBA (or 0xEDAEBA) is unknown color: approx Cupid. HEX triplet: ED, AE and BA. RGB value is (237,174,186). Sum of RGB (Red+Green+Blue) = 237+174+186=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBA is #125145. Grayscale: #C2C2C2. Windows color (decimal): -1200454 or 12234477. OLE color: 12234477.

HSL color Cylindrical-coordinate representation of color #EDAEBA: hue angle of 348.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237174186-
CMYK00.270.220.07
HSL348.57º63.64%80.59%-
HSV(B)348.57º26.58%92.94%-
XYZ58.9251.8253.35-
YUV194.2123.37158.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=39.70%
G=29.15%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717418600.270.220.07348.5763.6480.59
HexEDAEBA01B16715d4051
Octal355256272033267535100121
Binary1110110110101110101110100110111011011110101110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEBA; }

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

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

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

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

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

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

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

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