Html Css Color HEX #E9AACD Lavender Pink

📋 copy color: '#E9AACD'

red 233 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #E9AACD

Tints of Lavender Pink #E9AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 38.32%
G = 27.96%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9AACD (or 0xE9AACD) is known color: Lavender Pink. HEX triplet: E9, AA and CD. RGB value is (233,170,205). Sum of RGB (Red+Green+Blue) = 233+170+205=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AACD is #165532. Grayscale: #C0C0C0. Windows color (decimal): -1463603 or 13478633. OLE color: 13478633.

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

Color convert

RGB 233 170 205 -
CMYK 0 0.27 0.12 0.09
HSL 326.67º 0.59% 0.79% -
HSV(B) 326.67º 0.27% 0.91% -
XYZ 59 50.48 64.39 -
YUV 192.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 233 170 205 0 0.27 0.12 0.09 326.67 0.59 0.79
Hex E9 AA CD 0 1B C 9 147 3B 4F
Octal 351 252 315 0 33 14 11 507 73 117
Binary 11101001 10101010 11001101 0 11011 1100 1001 101000111 111011 1001111

Color Harmonies of #E9AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AACD

Black with #E9AACD

Text Example


Text Example

White with #E9AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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