#E9AFCD

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

Shades of Lavender Pink #E9AFCD

Tints of Lavender Pink #E9AFCD

Color information

#E9AFCD (or 0xE9AFCD) is unknown color: approx Lavender Pink. HEX triplet: E9, AF and CD. RGB value is (233,175,205). Sum of RGB (Red+Green+Blue) = 233+175+205=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCD is #165032. Grayscale: #C3C3C3. Windows color (decimal): -1462323 or 13479913. OLE color: 13479913.

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

Color convert

RGB233175205-
CMYK00.250.120.09
HSL328.97º56.86%80%-
HSV(B)328.97º24.89%91.37%-
XYZ59.9552.3964.71-
YUV195.76133.22154.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=38.01%
G=28.55%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317520500.250.120.09328.9756.8680
HexE9AFCD019C91493950
Octal351257315031141151171120
Binary111010011010111111001101011001110010011010010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFCD; }

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

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

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

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

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

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

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

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