Html Css Color HEX #EAAAD0 Lavender Pink

📋 copy color: '#EAAAD0'

red 234 ◦ green 170 ◦ blue 208

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

Shades of Lavender Pink #EAAAD0

Tints of Lavender Pink #EAAAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 38.24%
G = 27.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAAAD0 (or 0xEAAAD0) is known color: Lavender Pink. HEX triplet: EA, AA and D0. RGB value is (234,170,208). Sum of RGB (Red+Green+Blue) = 234+170+208=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD0 is #15552F. Grayscale: #C1C1C1. Windows color (decimal): -1398064 or 13675242. OLE color: 13675242.

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

Color convert

RGB 234 170 208 -
CMYK 0 0.27 0.11 0.08
HSL 324.38º 0.6% 0.79% -
HSV(B) 324.38º 0.27% 0.92% -
XYZ 59.69 50.8 66.33 -
YUV 193.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 234 170 208 0 0.27 0.11 0.08 324.38 0.6 0.79
Hex EA AA D0 0 1B B 8 144 3C 4F
Octal 352 252 320 0 33 13 10 504 74 117
Binary 11101010 10101010 11010000 0 11011 1011 1000 101000100 111100 1001111

Color Harmonies of #EAAAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD0

Black with #EAAAD0

Text Example


Text Example

White with #EAAAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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