#E274FF

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

Shades of Heliotrope #E274FF

Tints of Heliotrope #E274FF

Color information

#E274FF (or 0xE274FF) is unknown color: approx Heliotrope. HEX triplet: E2, 74 and FF. RGB value is (226,116,255). Sum of RGB (Red+Green+Blue) = 226+116+255=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #E274FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274FF is #1D8B00. Grayscale: #A4A4A4. Windows color (decimal): -1936129 or 16741602. OLE color: 16741602.

HSL color Cylindrical-coordinate representation of color #E274FF: hue angle of 287.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E274FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226116255-
CMYK0.110.5500
HSL287.48º100%72.75%-
HSV(B)287.48º54.51%100%-
XYZ55.6635.8898.6-
YUV164.74178.94171.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 116 (45.70% from 255) = 19.43%
BLUE value IS 255 (100% from 255) = 42.71%
R=37.86%
G=19.43%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261162550.110.5500287.4810072.75
HexE274FFB370011f6449
Octal342164377136700437144111
Binary1110001011101001111111110111101110010001111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274FF; }

 p { color: rgb(226,116,255); }

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

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

 a { background-color: rgb(226,116,255); }

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

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

 span { border-color: rgb(226,116,255); }

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