#E99AF1

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

Shades of Plum #E99AF1

Tints of Plum #E99AF1

Color information

#E99AF1 (or 0xE99AF1) is unknown color: approx Plum. HEX triplet: E9, 9A and F1. RGB value is (233,154,241). Sum of RGB (Red+Green+Blue) = 233+154+241=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AF1 is #16650E. Grayscale: #BBBBBB. Windows color (decimal): -1467663 or 15833833. OLE color: 15833833.

HSL color Cylindrical-coordinate representation of color #E99AF1: hue angle of 294.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E99AF1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233154241-
CMYK0.030.3600.05
HSL294.48º75.65%77.45%-
HSV(B)294.48º36.1%94.51%-
XYZ61.0446.7989.03-
YUV187.54158.17160.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 154 (60.55% from 255) = 24.52%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=37.10%
G=24.52%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331542410.030.3600.05294.4875.6577.45
HexE99AF1324051264c4d
Octal35123236134405446114115
Binary11101001100110101111000111100100010110010011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99AF1; }

 p { color: rgb(233,154,241); }

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

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

 a { background-color: rgb(233,154,241); }

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

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

 span { border-color: rgb(233,154,241); }

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