#E27DF1

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

Shades of Violet #E27DF1

Tints of Violet #E27DF1

Color information

#E27DF1 (or 0xE27DF1) is unknown color: approx Violet. HEX triplet: E2, 7D and F1. RGB value is (226,125,241). Sum of RGB (Red+Green+Blue) = 226+125+241=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DF1 is #1D820E. Grayscale: #A8A8A8. Windows color (decimal): -1933839 or 15826402. OLE color: 15826402.

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

Color convert

RGB226125241-
CMYK0.060.4800.05
HSL292.24º80.56%71.76%-
HSV(B)292.24º48.13%94.51%-
XYZ54.5737.1987.52-
YUV168.42168.96169.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=38.18%
G=21.11%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261252410.060.4800.05292.2480.5671.76
HexE27DF1630051245148
Octal34217536166005444121110
Binary11100010111110111110001110110000010110010010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DF1; }

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

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

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

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

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

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

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

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