#E285FE

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

Shades of Heliotrope #E285FE

Tints of Heliotrope #E285FE

Color information

#E285FE (or 0xE285FE) is unknown color: approx Heliotrope. HEX triplet: E2, 85 and FE. RGB value is (226,133,254). Sum of RGB (Red+Green+Blue) = 226+133+254=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #E285FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FE is #1D7A01. Grayscale: #AEAEAE. Windows color (decimal): -1931778 or 16680418. OLE color: 16680418.

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

Color convert

RGB226133254-
CMYK0.110.4800.00
HSL286.12º98.37%75.88%-
HSV(B)286.12º47.64%99.61%-
XYZ57.6440.198.47-
YUV174.6172.81164.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 133 (52.34% from 255) = 21.70%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=36.87%
G=21.70%
B=41.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261332540.110.4800.00286.1298.3775.88
HexE285FEB300011e624c
Octal342205376136000436142114
Binary11100010100001011111111010111100000010001111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285FE; }

 p { color: rgb(226,133,254); }

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

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

 a { background-color: rgb(226,133,254); }

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

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

 span { border-color: rgb(226,133,254); }

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