#E9AFD1

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

Shades of Lavender Pink #E9AFD1

Tints of Lavender Pink #E9AFD1

Color information

#E9AFD1 (or 0xE9AFD1) is unknown color: approx Lavender Pink. HEX triplet: E9, AF and D1. RGB value is (233,175,209). Sum of RGB (Red+Green+Blue) = 233+175+209=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFD1 is #16502E. Grayscale: #C4C4C4. Windows color (decimal): -1462319 or 13742057. OLE color: 13742057.

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

Color convert

RGB233175209-
CMYK00.250.100.09
HSL324.83º56.86%80%-
HSV(B)324.83º24.89%91.37%-
XYZ60.4452.5967.29-
YUV196.22135.22154.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=37.76%
G=28.36%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317520900.250.100.09324.8356.8680
HexE9AFD1019A91453950
Octal351257321031121150571120
Binary111010011010111111010001011001101010011010001011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFD1; }

 p { color: rgb(233,175,209); }

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

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

 a { background-color: rgb(233,175,209); }

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

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

 span { border-color: rgb(233,175,209); }

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