Html Css Color HEX #E8AACD Lavender Pink

📋 copy color: '#E8AACD'

red 232 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #E8AACD

Tints of Lavender Pink #E8AACD

RGB

 RED value IS 232 (91.02% from 255) = 38.22%

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

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

R = 38.22%
G = 28.01%
B = 33.77%

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

#E8AACD (or 0xE8AACD) is known color: Lavender Pink. HEX triplet: E8, AA and CD. RGB value is (232,170,205). Sum of RGB (Red+Green+Blue) = 232+170+205=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACD is #175532. Grayscale: #C0C0C0. Windows color (decimal): -1529139 or 13478632. OLE color: 13478632.

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

Color convert

RGB 232 170 205 -
CMYK 0 0.27 0.12 0.09
HSL 326.13º 0.57% 0.79% -
HSV(B) 326.13º 0.27% 0.91% -
XYZ 58.67 50.31 64.38 -
YUV 192.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 232 170 205 0 0.27 0.12 0.09 326.13 0.57 0.79
Hex E8 AA CD 0 1B C 9 146 39 4F
Octal 350 252 315 0 33 14 11 506 71 117
Binary 11101000 10101010 11001101 0 11011 1100 1001 101000110 111001 1001111

Color Harmonies of #E8AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AACD

Black with #E8AACD

Text Example


Text Example

White with #E8AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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