#E5ABCF

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

Shades of Lavender Pink #E5ABCF

Tints of Lavender Pink #E5ABCF

Color information

#E5ABCF (or 0xE5ABCF) is unknown color: approx Lavender Pink. HEX triplet: E5, AB and CF. RGB value is (229,171,207). Sum of RGB (Red+Green+Blue) = 229+171+207=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABCF is #1A5430. Grayscale: #C0C0C0. Windows color (decimal): -1725489 or 13609957. OLE color: 13609957.

HSL color Cylindrical-coordinate representation of color #E5ABCF: hue angle of 322.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABCF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229171207-
CMYK00.250.100.10
HSL322.76º52.73%78.43%-
HSV(B)322.76º25.33%89.8%-
XYZ58.1450.2965.67-
YUV192.45136.22154.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=37.73%
G=28.17%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917120700.250.100.10322.7652.7378.43
HexE5ABCF019AA143354e
Octal345253317031121250365116
Binary111001011010101111001111011001101010101010000111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABCF; }

 p { color: rgb(229,171,207); }

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

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

 a { background-color: rgb(229,171,207); }

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

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

 span { border-color: rgb(229,171,207); }

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