Html Css Color HEX #E6AACE Lavender Pink

📋 copy color: '#E6AACE'

red 230 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #E6AACE

Tints of Lavender Pink #E6AACE

RGB

 RED value IS 230 (90.23% from 255) = 37.95%

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 37.95%
G = 28.05%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6AACE (or 0xE6AACE) is known color: Lavender Pink. HEX triplet: E6, AA and CE. RGB value is (230,170,206). Sum of RGB (Red+Green+Blue) = 230+170+206=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AACE is #195531. Grayscale: #BFBFBF. Windows color (decimal): -1660210 or 13544166. OLE color: 13544166.

HSL color Cylindrical-coordinate representation of color #E6AACE: hue angle of 324º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AACE is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 206 -
CMYK 0 0.26 0.10 0.10
HSL 324º 0.55% 0.78% -
HSV(B) 324º 0.26% 0.9% -
XYZ 58.15 50.03 64.98 -
YUV 192.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 230 170 206 0 0.26 0.10 0.10 324 0.55 0.78
Hex E6 AA CE 0 1A A A 144 37 4E
Octal 346 252 316 0 32 12 12 504 67 116
Binary 11100110 10101010 11001110 0 11010 1010 1010 101000100 110111 1001110

Color Harmonies of #E6AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AACE

Black with #E6AACE

Text Example


Text Example

White with #E6AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AACE; }

 p { color: rgb(230,170,206); }

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

background-color css

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

 a { background-color: rgb(230,170,206); }

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

border-color css

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

 span { border-color: rgb(230,170,206); }

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