Html Css Color HEX #EEAAB9 Cupid

📋 copy color: '#EEAAB9'

red 238 ◦ green 170 ◦ blue 185

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

Shades of Cupid #EEAAB9

Tints of Cupid #EEAAB9

RGB

 RED value IS 238 (93.36% from 255) = 40.13%

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

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

R = 40.13%
G = 28.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEAAB9 (or 0xEEAAB9) is known color: Cupid. HEX triplet: EE, AA and B9. RGB value is (238,170,185). Sum of RGB (Red+Green+Blue) = 238+170+185=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAB9 is #115546. Grayscale: #C0C0C0. Windows color (decimal): -1135943 or 12167918. OLE color: 12167918.

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

Color convert

RGB 238 170 185 -
CMYK 0 0.29 0.22 0.07
HSL 346.76º 0.67% 0.8% -
HSV(B) 346.76º 0.29% 0.93% -
XYZ 58.39 50.43 52.56 -
YUV 192.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 238 170 185 0 0.29 0.22 0.07 346.76 0.67 0.8
Hex EE AA B9 0 1D 16 7 15B 43 50
Octal 356 252 271 0 35 26 7 533 103 120
Binary 11101110 10101010 10111001 0 11101 10110 111 101011011 1000011 1010000

Color Harmonies of #EEAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAB9

Black with #EEAAB9

Text Example


Text Example

White with #EEAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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