#EAACC9

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

Shades of Lavender Pink #EAACC9

Tints of Lavender Pink #EAACC9

Color information

#EAACC9 (or 0xEAACC9) is unknown color: approx Lavender Pink. HEX triplet: EA, AC and C9. RGB value is (234,172,201). Sum of RGB (Red+Green+Blue) = 234+172+201=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC9 is #155336. Grayscale: #C1C1C1. Windows color (decimal): -1397559 or 13217002. OLE color: 13217002.

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

Color convert

RGB234172201-
CMYK00.260.140.08
HSL331.94º59.62%79.61%-
HSV(B)331.94º26.5%91.76%-
XYZ59.2351.2162.02-
YUV193.84132.04156.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=38.55%
G=28.34%
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
Decimal23417220100.260.140.08331.9459.6279.61
HexEAACC901AE814c3c50
Octal352254311032161051474120
Binary111010101010110011001001011010111010001010011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACC9; }

 p { color: rgb(234,172,201); }

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

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

 a { background-color: rgb(234,172,201); }

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

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

 span { border-color: rgb(234,172,201); }

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