#E9AFCB

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

Shades of Lavender Pink #E9AFCB

Tints of Lavender Pink #E9AFCB

Color information

#E9AFCB (or 0xE9AFCB) is unknown color: approx Lavender Pink. HEX triplet: E9, AF and CB. RGB value is (233,175,203). Sum of RGB (Red+Green+Blue) = 233+175+203=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCB is #165034. Grayscale: #C3C3C3. Windows color (decimal): -1462325 or 13348841. OLE color: 13348841.

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

Color convert

RGB233175203-
CMYK00.250.130.09
HSL331.03º56.86%80%-
HSV(B)331.03º24.89%91.37%-
XYZ59.7152.363.45-
YUV195.53132.22154.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=38.13%
G=28.64%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317520300.250.130.09331.0356.8680
HexE9AFCB019D914b3950
Octal351257313031151151371120
Binary111010011010111111001011011001110110011010010111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFCB; }

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

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

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

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

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

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

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

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