#E8ACCA

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

Shades of Lavender Pink #E8ACCA

Tints of Lavender Pink #E8ACCA

Color information

#E8ACCA (or 0xE8ACCA) is unknown color: approx Lavender Pink. HEX triplet: E8, AC and CA. RGB value is (232,172,202). Sum of RGB (Red+Green+Blue) = 232+172+202=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACCA is #175335. Grayscale: #C1C1C1. Windows color (decimal): -1528630 or 13282536. OLE color: 13282536.

HSL color Cylindrical-coordinate representation of color #E8ACCA: hue angle of 330º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACCA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232172202-
CMYK00.260.130.09
HSL330º56.6%79.22%-
HSV(B)330º25.86%90.98%-
XYZ58.6950.9362.61-
YUV193.36132.88155.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=38.28%
G=28.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217220200.260.130.0933056.679.22
HexE8ACCA01AD914a394f
Octal350254312032151151271117
Binary111010001010110011001010011010110110011010010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACCA; }

 p { color: rgb(232,172,202); }

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

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

 a { background-color: rgb(232,172,202); }

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

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

 span { border-color: rgb(232,172,202); }

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