#E27FF1

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

Shades of Violet #E27FF1

Tints of Violet #E27FF1

Color information

#E27FF1 (or 0xE27FF1) is unknown color: approx Violet. HEX triplet: E2, 7F and F1. RGB value is (226,127,241). Sum of RGB (Red+Green+Blue) = 226+127+241=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27FF1 is #1D800E. Grayscale: #A9A9A9. Windows color (decimal): -1933327 or 15826914. OLE color: 15826914.

HSL color Cylindrical-coordinate representation of color #E27FF1: hue angle of 292.11º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E27FF1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226127241-
CMYK0.060.4700.05
HSL292.11º80.28%72.16%-
HSV(B)292.11º47.3%94.51%-
XYZ54.8337.787.61-
YUV169.6168.3168.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 127 (50% from 255) = 21.38%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=38.05%
G=21.38%
B=40.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261272410.060.4700.05292.1180.2872.16
HexE27FF162F051245048
Octal34217736165705444120110
Binary11100010111111111110001110101111010110010010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27FF1; }

 p { color: rgb(226,127,241); }

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

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

 a { background-color: rgb(226,127,241); }

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

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

 span { border-color: rgb(226,127,241); }

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