#E082F9

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

Shades of Heliotrope #E082F9

Tints of Heliotrope #E082F9

Color information

#E082F9 (or 0xE082F9) is unknown color: approx Heliotrope. HEX triplet: E0, 82 and F9. RGB value is (224,130,249). Sum of RGB (Red+Green+Blue) = 224+130+249=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #E082F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E082F9 is #1F7D06. Grayscale: #ABABAB. Windows color (decimal): -2063623 or 16351968. OLE color: 16351968.

HSL color Cylindrical-coordinate representation of color #E082F9: hue angle of 287.39º degrees, saturation: 0.91, 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 #E082F9 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224130249-
CMYK0.100.4800.02
HSL287.39º90.84%74.31%-
HSV(B)287.39º47.79%97.65%-
XYZ55.8238.6594.14-
YUV171.67171.64165.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 130 (51.17% from 255) = 21.56%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=37.15%
G=21.56%
B=41.29%

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
Decimal2241302490.100.4800.02287.3990.8474.31
HexE082F9A300211f5b4a
Octal340202371126002437133112
Binary111000001000001011111001101011000001010001111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082F9; }

 p { color: rgb(224,130,249); }

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

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

 a { background-color: rgb(224,130,249); }

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

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

 span { border-color: rgb(224,130,249); }

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