#EAAECA

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

Shades of Lavender Pink #EAAECA

Tints of Lavender Pink #EAAECA

Color information

#EAAECA (or 0xEAAECA) is unknown color: approx Lavender Pink. HEX triplet: EA, AE and CA. RGB value is (234,174,202). Sum of RGB (Red+Green+Blue) = 234+174+202=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECA is #155135. Grayscale: #C3C3C3. Windows color (decimal): -1397046 or 13283050. OLE color: 13283050.

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

Color convert

RGB234174202-
CMYK00.260.140.08
HSL332º58.82%80%-
HSV(B)332º25.64%91.76%-
XYZ59.7352.0362.77-
YUV195.13131.88155.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=38.36%
G=28.52%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417420200.260.140.0833258.8280
HexEAAECA01AE814c3b50
Octal352256312032161051473120
Binary111010101010111011001010011010111010001010011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAECA; }

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

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

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

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

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

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

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

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