Html Css Color HEX #EDAAB9 Cupid

📋 copy color: '#EDAAB9'

red 237 ◦ green 170 ◦ blue 185

#EDAAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #EDAAB9

Tints of Cupid #EDAAB9

RGB

 RED value IS 237 (92.97% from 255) = 40.03%

 GREEN value IS 170 (66.8% from 255) = 28.72%

 BLUE value IS 185 (72.66% from 255) = 31.25%

R = 40.03%
G = 28.72%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDAAB9 (or 0xEDAAB9) is known color: Cupid. HEX triplet: ED, AA and B9. RGB value is (237,170,185). Sum of RGB (Red+Green+Blue) = 237+170+185=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAB9 is #125546. Grayscale: #BFBFBF. Windows color (decimal): -1201479 or 12167917. OLE color: 12167917.

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

Color convert

RGB 237 170 185 -
CMYK 0 0.28 0.22 0.07
HSL 346.57º 0.65% 0.8% -
HSV(B) 346.57º 0.28% 0.93% -
XYZ 58.06 50.26 52.54 -
YUV 191.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 237 170 185 0 0.28 0.22 0.07 346.57 0.65 0.8
Hex ED AA B9 0 1C 16 7 15B 41 50
Octal 355 252 271 0 34 26 7 533 101 120
Binary 11101101 10101010 10111001 0 11100 10110 111 101011011 1000001 1010000

Color Harmonies of #EDAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAB9

Black with #EDAAB9

Text Example


Text Example

White with #EDAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAB9; }

 p { color: rgb(237,170,185); }

 H1.HeaderClassName
 {
   color: #EDAAB9;
 }
 .AnyTagClassName
 {
   color: #EDAAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,170,185); }

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

border-color css

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

 span { border-color: rgb(237,170,185); }

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