#E28AE1

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

Shades of Violet #E28AE1

Tints of Violet #E28AE1

Color information

#E28AE1 (or 0xE28AE1) is unknown color: approx Violet. HEX triplet: E2, 8A and E1. RGB value is (226,138,225). Sum of RGB (Red+Green+Blue) = 226+138+225=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AE1 is #1D751E. Grayscale: #ADADAD. Windows color (decimal): -1930527 or 14781154. OLE color: 14781154.

HSL color Cylindrical-coordinate representation of color #E28AE1: hue angle of 300.68º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AE1 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB226138225-
CMYK00.390.000.11
HSL300.68º60.27%71.37%-
HSV(B)300.68º38.94%88.63%-
XYZ54.0439.7876.06-
YUV174.23156.65164.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=38.37%
G=23.43%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613822500.390.000.11300.6860.2771.37
HexE28AE10270B12d3c47
Octal34221234104701345574107
Binary1110001010001010111000010100111010111001011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AE1; }

 p { color: rgb(226,138,225); }

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

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

 a { background-color: rgb(226,138,225); }

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

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

 span { border-color: rgb(226,138,225); }

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