Html Css Color HEX #E8AED3 Lavender Pink

📋 copy color: '#E8AED3'

red 232 ◦ green 174 ◦ blue 211

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

Shades of Lavender Pink #E8AED3

Tints of Lavender Pink #E8AED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 37.6%
G = 28.2%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E8AED3 (or 0xE8AED3) is known color: Lavender Pink. HEX triplet: E8, AE and D3. RGB value is (232,174,211). Sum of RGB (Red+Green+Blue) = 232+174+211=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED3 is #17512C. Grayscale: #C3C3C3. Windows color (decimal): -1528109 or 13872872. OLE color: 13872872.

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

Color convert

RGB 232 174 211 -
CMYK 0 0.25 0.09 0.09
HSL 321.72º 0.56% 0.8% -
HSV(B) 321.72º 0.25% 0.91% -
XYZ 60.17 52.13 68.52 -
YUV 195.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 232 174 211 0 0.25 0.09 0.09 321.72 0.56 0.8
Hex E8 AE D3 0 19 9 9 142 38 50
Octal 350 256 323 0 31 11 11 502 70 120
Binary 11101000 10101110 11010011 0 11001 1001 1001 101000010 111000 1010000

Color Harmonies of #E8AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AED3

Black with #E8AED3

Text Example


Text Example

White with #E8AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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