Html Css Color HEX #E8AED1 Lavender Pink

📋 copy color: '#E8AED1'

red 232 ◦ green 174 ◦ blue 209

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

Shades of Lavender Pink #E8AED1

Tints of Lavender Pink #E8AED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.29%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 37.72%
G = 28.29%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E8AED1 (or 0xE8AED1) is known color: Lavender Pink. HEX triplet: E8, AE and D1. RGB value is (232,174,209). Sum of RGB (Red+Green+Blue) = 232+174+209=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED1 is #17512E. Grayscale: #C3C3C3. Windows color (decimal): -1528111 or 13741800. OLE color: 13741800.

HSL color Cylindrical-coordinate representation of color #E8AED1: hue angle of 323.79º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AED1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 174 209 -
CMYK 0 0.25 0.10 0.09
HSL 323.79º 0.56% 0.8% -
HSV(B) 323.79º 0.25% 0.91% -
XYZ 59.92 52.03 67.21 -
YUV 195.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 232 174 209 0 0.25 0.10 0.09 323.79 0.56 0.8
Hex E8 AE D1 0 19 A 9 144 38 50
Octal 350 256 321 0 31 12 11 504 70 120
Binary 11101000 10101110 11010001 0 11001 1010 1001 101000100 111000 1010000

Color Harmonies of #E8AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AED1

Black with #E8AED1

Text Example


Text Example

White with #E8AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AED1; }

 p { color: rgb(232,174,209); }

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

background-color css

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

 a { background-color: rgb(232,174,209); }

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

border-color css

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

 span { border-color: rgb(232,174,209); }

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