Html Css Color HEX #EAAACE Lavender Pink

📋 copy color: '#EAAACE'

red 234 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #EAAACE

Tints of Lavender Pink #EAAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 38.36%
G = 27.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAAACE (or 0xEAAACE) is known color: Lavender Pink. HEX triplet: EA, AA and CE. RGB value is (234,170,206). Sum of RGB (Red+Green+Blue) = 234+170+206=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAACE is #155531. Grayscale: #C1C1C1. Windows color (decimal): -1398066 or 13544170. OLE color: 13544170.

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

Color convert

RGB 234 170 206 -
CMYK 0 0.27 0.12 0.08
HSL 326.25º 0.6% 0.79% -
HSV(B) 326.25º 0.27% 0.92% -
XYZ 59.45 50.7 65.05 -
YUV 193.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 234 170 206 0 0.27 0.12 0.08 326.25 0.6 0.79
Hex EA AA CE 0 1B C 8 146 3C 4F
Octal 352 252 316 0 33 14 10 506 74 117
Binary 11101010 10101010 11001110 0 11011 1100 1000 101000110 111100 1001111

Color Harmonies of #EAAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAACE

Black with #EAAACE

Text Example


Text Example

White with #EAAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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