#E299F3

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

Shades of Plum #E299F3

Tints of Plum #E299F3

Color information

#E299F3 (or 0xE299F3) is unknown color: approx Plum. HEX triplet: E2, 99 and F3. RGB value is (226,153,243). Sum of RGB (Red+Green+Blue) = 226+153+243=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #E299F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299F3 is #1D660C. Grayscale: #B8B8B8. Windows color (decimal): -1926669 or 15964642. OLE color: 15964642.

HSL color Cylindrical-coordinate representation of color #E299F3: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E299F3 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226153243-
CMYK0.070.3700.05
HSL288.67º78.95%77.65%-
HSV(B)288.67º37.04%95.29%-
XYZ58.9345.4290.46-
YUV185.09160.68157.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.33%
GREEN value IS 153 (60.16% from 255) = 24.60%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=36.33%
G=24.60%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261532430.070.3700.05288.6778.9577.65
HexE299F3725051214f4e
Octal34223136374505441117116
Binary111000101001100111110011111100101010110010000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299F3; }

 p { color: rgb(226,153,243); }

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

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

 a { background-color: rgb(226,153,243); }

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

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

 span { border-color: rgb(226,153,243); }

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