#E27AEC

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

Shades of Violet #E27AEC

Tints of Violet #E27AEC

Color information

#E27AEC (or 0xE27AEC) is unknown color: approx Violet. HEX triplet: E2, 7A and EC. RGB value is (226,122,236). Sum of RGB (Red+Green+Blue) = 226+122+236=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E27AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AEC is #1D8513. Grayscale: #A5A5A5. Windows color (decimal): -1934612 or 15497954. OLE color: 15497954.

HSL color Cylindrical-coordinate representation of color #E27AEC: hue angle of 294.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27AEC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226122236-
CMYK0.040.4800.07
HSL294.74º75%70.2%-
HSV(B)294.74º48.31%92.55%-
XYZ53.4636.1483.52-
YUV166.09167.46170.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 122 (48.05% from 255) = 20.89%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=38.70%
G=20.89%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261222360.040.4800.07294.747570.2
HexE27AEC430071274b46
Octal34217235446007447113106
Binary11100010111101011101100100110000011110010011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AEC; }

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

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

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

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

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

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

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

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