#E27AF1

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

Shades of Heliotrope #E27AF1

Tints of Heliotrope #E27AF1

Color information

#E27AF1 (or 0xE27AF1) is unknown color: approx Heliotrope. HEX triplet: E2, 7A and F1. RGB value is (226,122,241). Sum of RGB (Red+Green+Blue) = 226+122+241=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #E27AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AF1 is #1D850E. Grayscale: #A6A6A6. Windows color (decimal): -1934607 or 15825634. OLE color: 15825634.

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

Color convert

RGB226122241-
CMYK0.060.4900.05
HSL292.44º80.95%71.18%-
HSV(B)292.44º49.38%94.51%-
XYZ54.236.4487.4-
YUV166.66169.96170.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 122 (48.05% from 255) = 20.71%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=38.37%
G=20.71%
B=40.92%

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
Decimal2261222410.060.4900.05292.4480.9571.18
HexE27AF1631051245147
Octal34217236166105444121107
Binary11100010111101011110001110110001010110010010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AF1; }

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

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

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

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

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

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

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

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