Html Css Color HEX #EAAED5 Lavender Pink

📋 copy color: '#EAAED5'

red 234 ◦ green 174 ◦ blue 213

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

Shades of Lavender Pink #EAAED5

Tints of Lavender Pink #EAAED5

RGB

 RED value IS 234 (91.8% from 255) = 37.68%

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

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 37.68%
G = 28.02%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAAED5 (or 0xEAAED5) is known color: Lavender Pink. HEX triplet: EA, AE and D5. RGB value is (234,174,213). Sum of RGB (Red+Green+Blue) = 234+174+213=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED5 is #15512A. Grayscale: #C4C4C4. Windows color (decimal): -1397035 or 14003946. OLE color: 14003946.

HSL color Cylindrical-coordinate representation of color #EAAED5: hue angle of 321º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAED5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 213 -
CMYK 0 0.26 0.09 0.08
HSL 321º 0.59% 0.8% -
HSV(B) 321º 0.26% 0.92% -
XYZ 61.08 52.57 69.88 -
YUV 196.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 234 174 213 0 0.26 0.09 0.08 321 0.59 0.8
Hex EA AE D5 0 1A 9 8 141 3B 50
Octal 352 256 325 0 32 11 10 501 73 120
Binary 11101010 10101110 11010101 0 11010 1001 1000 101000001 111011 1010000

Color Harmonies of #EAAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAED5

Black with #EAAED5

Text Example


Text Example

White with #EAAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAED5; }

 p { color: rgb(234,174,213); }

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

background-color css

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

 a { background-color: rgb(234,174,213); }

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

border-color css

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

 span { border-color: rgb(234,174,213); }

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