#E299EB

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

Shades of Plum #E299EB

Tints of Plum #E299EB

Color information

#E299EB (or 0xE299EB) is unknown color: approx Plum. HEX triplet: E2, 99 and EB. RGB value is (226,153,235). Sum of RGB (Red+Green+Blue) = 226+153+235=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #E299EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299EB is #1D6614. Grayscale: #B7B7B7. Windows color (decimal): -1926677 or 15440354. OLE color: 15440354.

HSL color Cylindrical-coordinate representation of color #E299EB: hue angle of 293.41º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E299EB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226153235-
CMYK0.040.3500.08
HSL293.41º67.21%76.08%-
HSV(B)293.41º34.89%92.16%-
XYZ57.7544.9584.23-
YUV184.18156.68157.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 153 (60.16% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=36.81%
G=24.92%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261532350.040.3500.08293.4167.2176.08
HexE299EB42308125434c
Octal342231353443010445103114
Binary1110001010011001111010111001000110100010010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299EB; }

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

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

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

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

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

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

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

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