#E8ABCA

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

Shades of Lavender Pink #E8ABCA

Tints of Lavender Pink #E8ABCA

Color information

#E8ABCA (or 0xE8ABCA) is unknown color: approx Lavender Pink. HEX triplet: E8, AB and CA. RGB value is (232,171,202). Sum of RGB (Red+Green+Blue) = 232+171+202=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABCA is #175435. Grayscale: #C0C0C0. Windows color (decimal): -1528886 or 13282280. OLE color: 13282280.

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

Color convert

RGB232171202-
CMYK00.260.130.09
HSL329.51º57.01%79.02%-
HSV(B)329.51º26.29%90.98%-
XYZ58.550.5562.55-
YUV192.77133.21155.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=38.35%
G=28.26%
B=33.39%

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
Decimal23217120200.260.130.09329.5157.0179.02
HexE8ABCA01AD914a394f
Octal350253312032151151271117
Binary111010001010101111001010011010110110011010010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABCA; }

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

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

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

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

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

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

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

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