#E982FC

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

Shades of Heliotrope #E982FC

Tints of Heliotrope #E982FC

Color information

#E982FC (or 0xE982FC) is unknown color: approx Heliotrope. HEX triplet: E9, 82 and FC. RGB value is (233,130,252). Sum of RGB (Red+Green+Blue) = 233+130+252=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #E982FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982FC is #167D03. Grayscale: #AEAEAE. Windows color (decimal): -1473796 or 16548585. OLE color: 16548585.

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

Color convert

RGB233130252-
CMYK0.080.4800.01
HSL290.66º95.31%74.9%-
HSV(B)290.66º48.41%98.82%-
XYZ59.1640.3296.76-
YUV174.7171.62169.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 130 (51.17% from 255) = 21.14%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=37.89%
G=21.14%
B=40.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331302520.080.4800.01290.6695.3174.9
HexE982FC830011235f4b
Octal351202374106001443137113
Binary11101001100000101111110010001100000110010001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982FC; }

 p { color: rgb(233,130,252); }

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

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

 a { background-color: rgb(233,130,252); }

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

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

 span { border-color: rgb(233,130,252); }

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