#E27AEF

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

Shades of Violet #E27AEF

Tints of Violet #E27AEF

Color information

#E27AEF (or 0xE27AEF) is unknown color: approx Violet. HEX triplet: E2, 7A and EF. RGB value is (226,122,239). Sum of RGB (Red+Green+Blue) = 226+122+239=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #E27AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AEF is #1D8510. Grayscale: #A6A6A6. Windows color (decimal): -1934609 or 15694562. OLE color: 15694562.

HSL color Cylindrical-coordinate representation of color #E27AEF: hue angle of 293.33º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27AEF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226122239-
CMYK0.050.4900.06
HSL293.33º78.52%70.78%-
HSV(B)293.33º48.95%93.73%-
XYZ53.936.3285.83-
YUV166.43168.96170.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 122 (48.05% from 255) = 20.78%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=38.50%
G=20.78%
B=40.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261222390.050.4900.06293.3378.5270.78
HexE27AEF531061254f47
Octal34217235756106445117107
Binary11100010111101011101111101110001011010010010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AEF; }

 p { color: rgb(226,122,239); }

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

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

 a { background-color: rgb(226,122,239); }

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

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

 span { border-color: rgb(226,122,239); }

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