Html Css Color HEX #EAAAD5 Lavender Pink

📋 copy color: '#EAAAD5'

red 234 ◦ green 170 ◦ blue 213

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

Shades of Lavender Pink #EAAAD5

Tints of Lavender Pink #EAAAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.55%

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

R = 37.93%
G = 27.55%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAAAD5 (or 0xEAAAD5) is known color: Lavender Pink. HEX triplet: EA, AA and D5. RGB value is (234,170,213). Sum of RGB (Red+Green+Blue) = 234+170+213=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD5 is #15552A. Grayscale: #C1C1C1. Windows color (decimal): -1398059 or 14002922. OLE color: 14002922.

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

Color convert

RGB 234 170 213 -
CMYK 0 0.27 0.09 0.08
HSL 319.69º 0.6% 0.79% -
HSV(B) 319.69º 0.27% 0.92% -
XYZ 60.32 51.05 69.62 -
YUV 194.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 234 170 213 0 0.27 0.09 0.08 319.69 0.6 0.79
Hex EA AA D5 0 1B 9 8 140 3C 4F
Octal 352 252 325 0 33 11 10 500 74 117
Binary 11101010 10101010 11010101 0 11011 1001 1000 101000000 111100 1001111

Color Harmonies of #EAAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD5

Black with #EAAAD5

Text Example


Text Example

White with #EAAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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