Html Css Color HEX #EAAAC9 Lavender Pink

📋 copy color: '#EAAAC9'

red 234 ◦ green 170 ◦ blue 201

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

Shades of Lavender Pink #EAAAC9

Tints of Lavender Pink #EAAAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 38.68%
G = 28.1%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAAAC9 (or 0xEAAAC9) is known color: Lavender Pink. HEX triplet: EA, AA and C9. RGB value is (234,170,201). Sum of RGB (Red+Green+Blue) = 234+170+201=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAC9 is #155536. Grayscale: #C0C0C0. Windows color (decimal): -1398071 or 13216490. OLE color: 13216490.

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

Color convert

RGB 234 170 201 -
CMYK 0 0.27 0.14 0.08
HSL 330.94º 0.6% 0.79% -
HSV(B) 330.94º 0.27% 0.92% -
XYZ 58.85 50.46 61.9 -
YUV 192.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 234 170 201 0 0.27 0.14 0.08 330.94 0.6 0.79
Hex EA AA C9 0 1B E 8 14B 3C 4F
Octal 352 252 311 0 33 16 10 513 74 117
Binary 11101010 10101010 11001001 0 11011 1110 1000 101001011 111100 1001111

Color Harmonies of #EAAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAC9

Black with #EAAAC9

Text Example


Text Example

White with #EAAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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