#E28DEA

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

Shades of Violet #E28DEA

Tints of Violet #E28DEA

Color information

#E28DEA (or 0xE28DEA) is unknown color: approx Violet. HEX triplet: E2, 8D and EA. RGB value is (226,141,234). Sum of RGB (Red+Green+Blue) = 226+141+234=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #E28DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DEA is #1D7215. Grayscale: #B0B0B0. Windows color (decimal): -1929750 or 15371746. OLE color: 15371746.

HSL color Cylindrical-coordinate representation of color #E28DEA: hue angle of 294.84º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28DEA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226141234-
CMYK0.030.4000.08
HSL294.84º68.89%73.53%-
HSV(B)294.84º39.74%91.76%-
XYZ55.7441.1682.85-
YUV177.02160.16162.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=37.60%
G=23.46%
B=38.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261412340.030.4000.08294.8468.8973.53
HexE28DEA32808127454a
Octal342215352350010447105112
Binary111000101000110111101010111010000100010010011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28DEA; }

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

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

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

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

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

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

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

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