#E28FFA

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

Shades of Heliotrope #E28FFA

Tints of Heliotrope #E28FFA

Color information

#E28FFA (or 0xE28FFA) is unknown color: approx Heliotrope. HEX triplet: E2, 8F and FA. RGB value is (226,143,250). Sum of RGB (Red+Green+Blue) = 226+143+250=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FFA is #1D7005. Grayscale: #B3B3B3. Windows color (decimal): -1929222 or 16420834. OLE color: 16420834.

HSL color Cylindrical-coordinate representation of color #E28FFA: hue angle of 286.54º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28FFA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226143250-
CMYK0.100.4300.02
HSL286.54º91.45%77.06%-
HSV(B)286.54º42.8%98.04%-
XYZ58.4442.7295.61-
YUV180.02167.5160.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 143 (56.25% from 255) = 23.10%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=36.51%
G=23.10%
B=40.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261432500.100.4300.02286.5491.4577.06
HexE28FFAA2B0211f5b4d
Octal342217372125302437133115
Binary111000101000111111111010101010101101010001111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FFA; }

 p { color: rgb(226,143,250); }

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

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

 a { background-color: rgb(226,143,250); }

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

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

 span { border-color: rgb(226,143,250); }

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