#e8afcf

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

Shades of Lavender Pink #E8AFCF

Tints of Lavender Pink #E8AFCF

Color information

#E8AFCF (or 0xE8AFCF) is unknown color: approx Lavender Pink. HEX triplet: E8, AF and CF. RGB value is (232,175,207). Sum of RGB (Red+Green+Blue) = 232+175+207=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCF is #175030. Grayscale: #C3C3C3. Windows color (decimal): -1527857 or 13610984. OLE color: 13610984.

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

Color convert

RGB232175207-
CMYK00.250.110.09
HSL326.32º55.34%79.8%-
HSV(B)326.32º24.57%90.98%-
XYZ59.8752.3265.97-
YUV195.69134.38153.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=37.79%
G=28.50%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217520700.250.110.09326.3255.3479.8
HexE8AFCF019B91463750
Octal350257317031131150667120
Binary111010001010111111001111011001101110011010001101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8afcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8afcf; }

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

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

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

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

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

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

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

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