#E27EEA

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

Shades of Violet #E27EEA

Tints of Violet #E27EEA

Color information

#E27EEA (or 0xE27EEA) is unknown color: approx Violet. HEX triplet: E2, 7E and EA. RGB value is (226,126,234). Sum of RGB (Red+Green+Blue) = 226+126+234=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #E27EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EEA is #1D8115. Grayscale: #A7A7A7. Windows color (decimal): -1933590 or 15367906. OLE color: 15367906.

HSL color Cylindrical-coordinate representation of color #E27EEA: hue angle of 295.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27EEA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226126234-
CMYK0.030.4600.08
HSL295.56º72%70.59%-
HSV(B)295.56º46.15%91.76%-
XYZ53.6837.0382.16-
YUV168.21165.13169.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 126 (49.61% from 255) = 21.50%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=38.57%
G=21.50%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261262340.030.4600.08295.567270.59
HexE27EEA32E081284847
Octal342176352356010450110107
Binary11100010111111011101010111011100100010010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27EEA; }

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

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

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

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

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

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

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

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