#E281FA

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

Shades of Heliotrope #E281FA

Tints of Heliotrope #E281FA

Color information

#E281FA (or 0xE281FA) is unknown color: approx Heliotrope. HEX triplet: E2, 81 and FA. RGB value is (226,129,250). Sum of RGB (Red+Green+Blue) = 226+129+250=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #E281FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281FA is #1D7E05. Grayscale: #ABABAB. Windows color (decimal): -1932806 or 16417250. OLE color: 16417250.

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

Color convert

RGB226129250-
CMYK0.100.4800.02
HSL288.1º92.37%74.31%-
HSV(B)288.1º48.4%98.04%-
XYZ56.4738.7794.95-
YUV171.8172.14166.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 129 (50.78% from 255) = 21.32%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=37.36%
G=21.32%
B=41.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261292500.100.4800.02288.192.3774.31
HexE281FAA30021205c4a
Octal342201372126002440134112
Binary111000101000000111111010101011000001010010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281FA; }

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

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

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

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

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

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

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

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