#E27CF6

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

Shades of Heliotrope #E27CF6

Tints of Heliotrope #E27CF6

Color information

#E27CF6 (or 0xE27CF6) is unknown color: approx Heliotrope. HEX triplet: E2, 7C and F6. RGB value is (226,124,246). Sum of RGB (Red+Green+Blue) = 226+124+246=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #E27CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27CF6 is #1D8309. Grayscale: #A8A8A8. Windows color (decimal): -1934090 or 16153826. OLE color: 16153826.

HSL color Cylindrical-coordinate representation of color #E27CF6: hue angle of 290.16º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27CF6 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226124246-
CMYK0.080.5000.04
HSL290.16º87.14%72.55%-
HSV(B)290.16º49.59%96.47%-
XYZ55.2137.2491.47-
YUV168.41171.79169.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 124 (48.83% from 255) = 20.81%
BLUE value IS 246 (96.48% from 255) = 41.28%
R=37.92%
G=20.81%
B=41.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261242460.080.5000.04290.1687.1472.55
HexE27CF6832041225749
Octal342174366106204442127111
Binary111000101111100111101101000110010010010010001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27CF6; }

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

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

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

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

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

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

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

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