Html Css Color HEX #E9AABD Cupid

📋 copy color: '#E9AABD'

red 233 ◦ green 170 ◦ blue 189

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

Shades of Cupid #E9AABD

Tints of Cupid #E9AABD

RGB

 RED value IS 233 (91.41% from 255) = 39.36%

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

 BLUE value IS 189 (74.22% from 255) = 31.93%

R = 39.36%
G = 28.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E9AABD (or 0xE9AABD) is known color: Cupid. HEX triplet: E9, AA and BD. RGB value is (233,170,189). Sum of RGB (Red+Green+Blue) = 233+170+189=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AABD is #165542. Grayscale: #BEBEBE. Windows color (decimal): -1463619 or 12430057. OLE color: 12430057.

HSL color Cylindrical-coordinate representation of color #E9AABD: hue angle of 341.9º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AABD is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 170 189 -
CMYK 0 0.27 0.19 0.09
HSL 341.9º 0.59% 0.79% -
HSV(B) 341.9º 0.27% 0.91% -
XYZ 57.16 49.75 54.73 -
YUV 191 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 233 170 189 0 0.27 0.19 0.09 341.9 0.59 0.79
Hex E9 AA BD 0 1B 13 9 156 3B 4F
Octal 351 252 275 0 33 23 11 526 73 117
Binary 11101001 10101010 10111101 0 11011 10011 1001 101010110 111011 1001111

Color Harmonies of #E9AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AABD

Black with #E9AABD

Text Example


Text Example

White with #E9AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AABD; }

 p { color: rgb(233,170,189); }

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

background-color css

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

 a { background-color: rgb(233,170,189); }

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

border-color css

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

 span { border-color: rgb(233,170,189); }

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