#EAAACE

Color #EAAACE Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EAAACE

Tints of Lavender Pink #EAAACE

Color information

#EAAACE (or 0xEAAACE) is unknown color: approx 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

RGB234170206-
CMYK00.270.120.08
HSL326.25º60.38%79.22%-
HSV(B)326.25º27.35%91.76%-
XYZ59.4550.765.05-
YUV193.24135.2157.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417020600.270.120.08326.2560.3879.22
HexEAAACE01BC81463c4f
Octal352252316033141050674117
Binary111010101010101011001110011011110010001010001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>