#E28AFC

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

Shades of Heliotrope #E28AFC

Tints of Heliotrope #E28AFC

Color information

#E28AFC (or 0xE28AFC) is unknown color: approx Heliotrope. HEX triplet: E2, 8A and FC. RGB value is (226,138,252). Sum of RGB (Red+Green+Blue) = 226+138+252=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #E28AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFC is #1D7503. Grayscale: #B0B0B0. Windows color (decimal): -1930500 or 16550626. OLE color: 16550626.

HSL color Cylindrical-coordinate representation of color #E28AFC: hue angle of 286.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E28AFC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226138252-
CMYK0.100.4500.01
HSL286.32º95%76.47%-
HSV(B)286.32º45.24%98.82%-
XYZ58.0241.3797.02-
YUV177.31170.15162.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.69%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=36.69%
G=22.40%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261382520.100.4500.01286.329576.47
HexE28AFCA2D0111e5f4c
Octal342212374125501436137114
Binary11100010100010101111110010101011010110001111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AFC; }

 p { color: rgb(226,138,252); }

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

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

 a { background-color: rgb(226,138,252); }

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

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

 span { border-color: rgb(226,138,252); }

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