#EAAECE

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

Shades of Lavender Pink #EAAECE

Tints of Lavender Pink #EAAECE

Color information

#EAAECE (or 0xEAAECE) is unknown color: approx Lavender Pink. HEX triplet: EA, AE and CE. RGB value is (234,174,206). Sum of RGB (Red+Green+Blue) = 234+174+206=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECE is #155131. Grayscale: #C3C3C3. Windows color (decimal): -1397042 or 13545194. OLE color: 13545194.

HSL color Cylindrical-coordinate representation of color #EAAECE: hue angle of 328º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAECE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234174206-
CMYK00.260.120.08
HSL328º58.82%80%-
HSV(B)328º25.64%91.76%-
XYZ60.2152.2265.3-
YUV195.59133.88155.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=38.11%
G=28.34%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417420600.260.120.0832858.8280
HexEAAECE01AC81483b50
Octal352256316032141051073120
Binary111010101010111011001110011010110010001010010001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAECE; }

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

 H1.HeaderClassName
 {
   color: #EAAECE;
 }
 .AnyTagClassName
 {
   color: #EAAECE;
 }
</style>
background-color css

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

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

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

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

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

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