#E076F8

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

Shades of Heliotrope #E076F8

Tints of Heliotrope #E076F8

Color information

#E076F8 (or 0xE076F8) is unknown color: approx Heliotrope. HEX triplet: E0, 76 and F8. RGB value is (224,118,248). Sum of RGB (Red+Green+Blue) = 224+118+248=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #E076F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076F8 is #1F8907. Grayscale: #A4A4A4. Windows color (decimal): -2066696 or 16283360. OLE color: 16283360.

HSL color Cylindrical-coordinate representation of color #E076F8: hue angle of 288.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E076F8 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224118248-
CMYK0.100.5200.03
HSL288.92º90.28%71.76%-
HSV(B)288.92º52.42%97.25%-
XYZ54.1635.5892.82-
YUV164.51175.12170.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 118 (46.48% from 255) = 20%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=37.97%
G=20%
B=42.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241182480.100.5200.03288.9290.2871.76
HexE076F8A34031215a48
Octal340166370126403441132110
Binary11100000111011011111000101011010001110010000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076F8; }

 p { color: rgb(224,118,248); }

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

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

 a { background-color: rgb(224,118,248); }

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

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

 span { border-color: rgb(224,118,248); }

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