#E28CEA

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

Shades of Violet #E28CEA

Tints of Violet #E28CEA

Color information

#E28CEA (or 0xE28CEA) is unknown color: approx Violet. HEX triplet: E2, 8C and EA. RGB value is (226,140,234). Sum of RGB (Red+Green+Blue) = 226+140+234=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E28CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CEA is #1D7315. Grayscale: #B0B0B0. Windows color (decimal): -1930006 or 15371490. OLE color: 15371490.

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

Color convert

RGB226140234-
CMYK0.030.4000.08
HSL294.89º69.12%73.33%-
HSV(B)294.89º40.17%91.76%-
XYZ55.5940.8782.8-
YUV176.43160.49163.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 140 (55.08% from 255) = 23.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=37.67%
G=23.33%
B=39%

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
Decimal2261402340.030.4000.08294.8969.1273.33
HexE28CEA328081274549
Octal342214352350010447105111
Binary111000101000110011101010111010000100010010011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CEA; }

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

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

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

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

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

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

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

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