#E281FC

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

Shades of Heliotrope #E281FC

Tints of Heliotrope #E281FC

Color information

#E281FC (or 0xE281FC) is unknown color: approx Heliotrope. HEX triplet: E2, 81 and FC. RGB value is (226,129,252). Sum of RGB (Red+Green+Blue) = 226+129+252=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E281FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281FC is #1D7E03. Grayscale: #ABABAB. Windows color (decimal): -1932804 or 16548322. OLE color: 16548322.

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

Color convert

RGB226129252-
CMYK0.100.4900.01
HSL287.32º95.35%74.71%-
HSV(B)287.32º48.81%98.82%-
XYZ56.7838.996.61-
YUV172.02173.14166.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 129 (50.78% from 255) = 21.25%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=37.23%
G=21.25%
B=41.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261292520.100.4900.01287.3295.3574.71
HexE281FCA310111f5f4b
Octal342201374126101437137113
Binary11100010100000011111110010101100010110001111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281FC; }

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

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

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

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

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

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

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

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