#EAAACD

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

Shades of Lavender Pink #EAAACD

Tints of Lavender Pink #EAAACD

Color information

#EAAACD (or 0xEAAACD) is unknown color: approx Lavender Pink. HEX triplet: EA, AA and CD. RGB value is (234,170,205). Sum of RGB (Red+Green+Blue) = 234+170+205=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAACD is #155532. Grayscale: #C1C1C1. Windows color (decimal): -1398067 or 13478634. OLE color: 13478634.

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

Color convert

RGB234170205-
CMYK00.270.120.08
HSL327.19º60.38%79.22%-
HSV(B)327.19º27.35%91.76%-
XYZ59.3350.6564.41-
YUV193.13134.7157.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=38.42%
G=27.91%
B=33.66%

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
Decimal23417020500.270.120.08327.1960.3879.22
HexEAAACD01BC81473c4f
Octal352252315033141050774117
Binary111010101010101011001101011011110010001010001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAACD; }

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

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

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

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

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

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

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

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