#EDAEBE

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

Shades of Cupid #EDAEBE

Tints of Cupid #EDAEBE

Color information

#EDAEBE (or 0xEDAEBE) is unknown color: approx Cupid. HEX triplet: ED, AE and BE. RGB value is (237,174,190). Sum of RGB (Red+Green+Blue) = 237+174+190=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBE is #125141. Grayscale: #C2C2C2. Windows color (decimal): -1200450 or 12496621. OLE color: 12496621.

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

Color convert

RGB237174190-
CMYK00.270.200.07
HSL344.76º63.64%80.59%-
HSV(B)344.76º26.58%92.94%-
XYZ59.3651.9955.62-
YUV194.66125.37158.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=39.43%
G=28.95%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717419000.270.200.07344.7663.6480.59
HexEDAEBE01B1471594051
Octal355256276033247531100121
Binary1110110110101110101111100110111010011110101100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEBE; }

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

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

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

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

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

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

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

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