#E28CF5

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

Shades of Violet #E28CF5

Tints of Violet #E28CF5

Color information

#E28CF5 (or 0xE28CF5) is unknown color: approx Violet. HEX triplet: E2, 8C and F5. RGB value is (226,140,245). Sum of RGB (Red+Green+Blue) = 226+140+245=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #E28CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CF5 is #1D730A. Grayscale: #B1B1B1. Windows color (decimal): -1929995 or 16092386. OLE color: 16092386.

HSL color Cylindrical-coordinate representation of color #E28CF5: hue angle of 289.14º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28CF5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226140245-
CMYK0.080.4300.04
HSL289.14º84%75.49%-
HSV(B)289.14º42.86%96.08%-
XYZ57.2241.5291.38-
YUV177.68165.99162.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 140 (55.08% from 255) = 22.91%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=36.99%
G=22.91%
B=40.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261402450.080.4300.04289.148475.49
HexE28CF582B04121544b
Octal342214365105304441124113
Binary1110001010001100111101011000101011010010010000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CF5; }

 p { color: rgb(226,140,245); }

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

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

 a { background-color: rgb(226,140,245); }

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

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

 span { border-color: rgb(226,140,245); }

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