Html Css Color HEX #EAAAD4 Lavender Pink

📋 copy color: '#EAAAD4'

red 234 ◦ green 170 ◦ blue 212

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

Shades of Lavender Pink #EAAAD4

Tints of Lavender Pink #EAAAD4

RGB

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

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

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

R = 37.99%
G = 27.6%
B = 34.42%

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

#EAAAD4 (or 0xEAAAD4) is known color: Lavender Pink. HEX triplet: EA, AA and D4. RGB value is (234,170,212). Sum of RGB (Red+Green+Blue) = 234+170+212=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD4 is #15552B. Grayscale: #C1C1C1. Windows color (decimal): -1398060 or 13937386. OLE color: 13937386.

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

Color convert

RGB 234 170 212 -
CMYK 0 0.27 0.09 0.08
HSL 320.63º 0.6% 0.79% -
HSV(B) 320.63º 0.27% 0.92% -
XYZ 60.19 51 68.96 -
YUV 193.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 234 170 212 0 0.27 0.09 0.08 320.63 0.6 0.79
Hex EA AA D4 0 1B 9 8 141 3C 4F
Octal 352 252 324 0 33 11 10 501 74 117
Binary 11101010 10101010 11010100 0 11011 1001 1000 101000001 111100 1001111

Color Harmonies of #EAAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD4

Black with #EAAAD4

Text Example


Text Example

White with #EAAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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