#E27CF1

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

Shades of Violet #E27CF1

Tints of Violet #E27CF1

Color information

#E27CF1 (or 0xE27CF1) is unknown color: approx Violet. HEX triplet: E2, 7C and F1. RGB value is (226,124,241). Sum of RGB (Red+Green+Blue) = 226+124+241=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27CF1 is #1D830E. Grayscale: #A7A7A7. Windows color (decimal): -1934095 or 15826146. OLE color: 15826146.

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

Color convert

RGB226124241-
CMYK0.060.4900.05
HSL292.31º80.69%71.57%-
HSV(B)292.31º48.55%94.51%-
XYZ54.4536.9387.48-
YUV167.84169.29169.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 124 (48.83% from 255) = 20.98%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=38.24%
G=20.98%
B=40.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261242410.060.4900.05292.3180.6971.57
HexE27CF1631051245148
Octal34217436166105444121110
Binary11100010111110011110001110110001010110010010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27CF1; }

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

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

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

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

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

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

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

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