#EA70F8

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

Shades of Heliotrope #EA70F8

Tints of Heliotrope #EA70F8

Color information

#EA70F8 (or 0xEA70F8) is unknown color: approx Heliotrope. HEX triplet: EA, 70 and F8. RGB value is (234,112,248). Sum of RGB (Red+Green+Blue) = 234+112+248=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA70F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70F8 is #158F07. Grayscale: #A3A3A3. Windows color (decimal): -1412872 or 16281834. OLE color: 16281834.

HSL color Cylindrical-coordinate representation of color #EA70F8: hue angle of 293.82º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA70F8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234112248-
CMYK0.060.5500.03
HSL293.82º90.67%70.59%-
HSV(B)293.82º54.84%97.25%-
XYZ56.6735.8692.74-
YUV163.98175.42177.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 112 (44.14% from 255) = 18.86%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=39.39%
G=18.86%
B=41.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341122480.060.5500.03293.8290.6770.59
HexEA70F8637031265b47
Octal35216037066703446133107
Binary1110101011100001111100011011011101110010011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70F8; }

 p { color: rgb(234,112,248); }

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

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

 a { background-color: rgb(234,112,248); }

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

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

 span { border-color: rgb(234,112,248); }

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