#E8AFCC

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

Shades of Lavender Pink #E8AFCC

Tints of Lavender Pink #E8AFCC

Color information

#E8AFCC (or 0xE8AFCC) is unknown color: approx Lavender Pink. HEX triplet: E8, AF and CC. RGB value is (232,175,204). Sum of RGB (Red+Green+Blue) = 232+175+204=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCC is #175033. Grayscale: #C3C3C3. Windows color (decimal): -1527860 or 13414376. OLE color: 13414376.

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

Color convert

RGB232175204-
CMYK00.250.120.09
HSL329.47º55.34%79.8%-
HSV(B)329.47º24.57%90.98%-
XYZ59.5152.1864.06-
YUV195.35132.88154.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=37.97%
G=28.64%
B=33.39%

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
Decimal23217520400.250.120.09329.4755.3479.8
HexE8AFCC019C91493750
Octal350257314031141151167120
Binary111010001010111111001100011001110010011010010011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFCC; }

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

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

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

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

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

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

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

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