#EAACCF

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

Shades of Lavender Pink #EAACCF

Tints of Lavender Pink #EAACCF

Color information

#EAACCF (or 0xEAACCF) is unknown color: approx Lavender Pink. HEX triplet: EA, AC and CF. RGB value is (234,172,207). Sum of RGB (Red+Green+Blue) = 234+172+207=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCF is #155330. Grayscale: #C2C2C2. Windows color (decimal): -1397553 or 13610218. OLE color: 13610218.

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

Color convert

RGB234172207-
CMYK00.260.120.08
HSL326.13º59.62%79.61%-
HSV(B)326.13º26.5%91.76%-
XYZ59.9551.565.81-
YUV194.53135.04156.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=38.17%
G=28.06%
B=33.77%

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
Decimal23417220700.260.120.08326.1359.6279.61
HexEAACCF01AC81463c50
Octal352254317032141050674120
Binary111010101010110011001111011010110010001010001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACCF; }

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

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

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

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

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

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

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

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