Html Css Color HEX #E8AED0 Lavender Pink

📋 copy color: '#E8AED0'

red 232 ◦ green 174 ◦ blue 208

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

Shades of Lavender Pink #E8AED0

Tints of Lavender Pink #E8AED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 37.79%
G = 28.34%
B = 33.88%

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

#E8AED0 (or 0xE8AED0) is known color: Lavender Pink. HEX triplet: E8, AE and D0. RGB value is (232,174,208). Sum of RGB (Red+Green+Blue) = 232+174+208=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED0 is #17512F. Grayscale: #C3C3C3. Windows color (decimal): -1528112 or 13676264. OLE color: 13676264.

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

Color convert

RGB 232 174 208 -
CMYK 0 0.25 0.10 0.09
HSL 324.83º 0.56% 0.8% -
HSV(B) 324.83º 0.25% 0.91% -
XYZ 59.8 51.98 66.56 -
YUV 195.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 232 174 208 0 0.25 0.10 0.09 324.83 0.56 0.8
Hex E8 AE D0 0 19 A 9 145 38 50
Octal 350 256 320 0 31 12 11 505 70 120
Binary 11101000 10101110 11010000 0 11001 1010 1001 101000101 111000 1010000

Color Harmonies of #E8AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AED0

Black with #E8AED0

Text Example


Text Example

White with #E8AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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