#E9AFCC

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

Shades of Lavender Pink #E9AFCC

Tints of Lavender Pink #E9AFCC

Color information

#E9AFCC (or 0xE9AFCC) is unknown color: approx Lavender Pink. HEX triplet: E9, AF and CC. RGB value is (233,175,204). Sum of RGB (Red+Green+Blue) = 233+175+204=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCC is #165033. Grayscale: #C3C3C3. Windows color (decimal): -1462324 or 13414377. OLE color: 13414377.

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

Color convert

RGB233175204-
CMYK00.250.120.09
HSL330º56.86%80%-
HSV(B)330º24.89%91.37%-
XYZ59.8352.3464.08-
YUV195.65132.72154.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=38.07%
G=28.59%
B=33.33%

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
Decimal23317520400.250.120.0933056.8680
HexE9AFCC019C914a3950
Octal351257314031141151271120
Binary111010011010111111001100011001110010011010010101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFCC; }

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

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

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

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

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

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

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

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