Html Css Color HEX #E9AED4 Lavender Pink

📋 copy color: '#E9AED4'

red 233 ◦ green 174 ◦ blue 212

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

Shades of Lavender Pink #E9AED4

Tints of Lavender Pink #E9AED4

RGB

 RED value IS 233 (91.41% from 255) = 37.64%

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

 BLUE value IS 212 (83.2% from 255) = 34.25%

R = 37.64%
G = 28.11%
B = 34.25%

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

#E9AED4 (or 0xE9AED4) is known color: Lavender Pink. HEX triplet: E9, AE and D4. RGB value is (233,174,212). Sum of RGB (Red+Green+Blue) = 233+174+212=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AED4 is #16512B. Grayscale: #C3C3C3. Windows color (decimal): -1462572 or 13938409. OLE color: 13938409.

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

Color convert

RGB 233 174 212 -
CMYK 0 0.25 0.09 0.09
HSL 321.36º 0.57% 0.8% -
HSV(B) 321.36º 0.25% 0.91% -
XYZ 60.62 52.35 69.2 -
YUV 195.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 233 174 212 0 0.25 0.09 0.09 321.36 0.57 0.8
Hex E9 AE D4 0 19 9 9 141 39 50
Octal 351 256 324 0 31 11 11 501 71 120
Binary 11101001 10101110 11010100 0 11001 1001 1001 101000001 111001 1010000

Color Harmonies of #E9AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AED4

Black with #E9AED4

Text Example


Text Example

White with #E9AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AED4; }

 p { color: rgb(233,174,212); }

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

background-color css

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

 a { background-color: rgb(233,174,212); }

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

border-color css

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

 span { border-color: rgb(233,174,212); }

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