#e28df2

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

Shades of Violet #E28DF2

Tints of Violet #E28DF2

Color information

#E28DF2 (or 0xE28DF2) is unknown color: approx Violet. HEX triplet: E2, 8D and F2. RGB value is (226,141,242). Sum of RGB (Red+Green+Blue) = 226+141+242=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #E28DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DF2 is #1D720D. Grayscale: #B1B1B1. Windows color (decimal): -1929742 or 15896034. OLE color: 15896034.

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

Color convert

RGB226141242-
CMYK0.070.4200.05
HSL290.5º79.53%75.1%-
HSV(B)290.5º41.74%94.9%-
XYZ56.9241.6389.04-
YUV177.93164.16162.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 141 (55.47% from 255) = 23.15%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=37.11%
G=23.15%
B=39.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261412420.070.4200.05290.579.5375.1
HexE28DF272A05122504b
Octal34221536275205442120113
Binary111000101000110111110010111101010010110010001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28df2; }

 p { color: rgb(226,141,242); }

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

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

 a { background-color: rgb(226,141,242); }

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

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

 span { border-color: rgb(226,141,242); }

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