#E082FB

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

Shades of Heliotrope #E082FB

Tints of Heliotrope #E082FB

Color information

#E082FB (or 0xE082FB) is unknown color: approx Heliotrope. HEX triplet: E0, 82 and FB. RGB value is (224,130,251). Sum of RGB (Red+Green+Blue) = 224+130+251=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #E082FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E082FB is #1F7D04. Grayscale: #ABABAB. Windows color (decimal): -2063621 or 16483040. OLE color: 16483040.

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

Color convert

RGB224130251-
CMYK0.110.4800.02
HSL286.61º93.8%74.71%-
HSV(B)286.61º48.21%98.43%-
XYZ56.1438.7895.79-
YUV171.9172.64165.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 130 (51.17% from 255) = 21.49%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=37.02%
G=21.49%
B=41.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241302510.110.4800.02286.6193.874.71
HexE082FBB300211f5e4b
Octal340202373136002437136113
Binary111000001000001011111011101111000001010001111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082FB; }

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

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

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

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

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

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

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

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