#E28AFB

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

Shades of Heliotrope #E28AFB

Tints of Heliotrope #E28AFB

Color information

#E28AFB (or 0xE28AFB) is unknown color: approx Heliotrope. HEX triplet: E2, 8A and FB. RGB value is (226,138,251). Sum of RGB (Red+Green+Blue) = 226+138+251=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #E28AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFB is #1D7504. Grayscale: #B0B0B0. Windows color (decimal): -1930501 or 16485090. OLE color: 16485090.

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

Color convert

RGB226138251-
CMYK0.100.4500.02
HSL286.73º93.39%76.27%-
HSV(B)286.73º45.02%98.43%-
XYZ57.8741.3196.19-
YUV177.19169.65162.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=36.75%
G=22.44%
B=40.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261382510.100.4500.02286.7393.3976.27
HexE28AFBA2D0211f5d4c
Octal342212373125502437135114
Binary111000101000101011111011101010110101010001111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AFB; }

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

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

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

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

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

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

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

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