#EA70FF

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

Shades of Heliotrope #EA70FF

Tints of Heliotrope #EA70FF

Color information

#EA70FF (or 0xEA70FF) is unknown color: approx Heliotrope. HEX triplet: EA, 70 and FF. RGB value is (234,112,255). Sum of RGB (Red+Green+Blue) = 234+112+255=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70FF is #158F00. Grayscale: #A4A4A4. Windows color (decimal): -1412865 or 16740586. OLE color: 16740586.

HSL color Cylindrical-coordinate representation of color #EA70FF: hue angle of 291.19º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA70FF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234112255-
CMYK0.080.5600
HSL291.19º100%71.96%-
HSV(B)291.19º56.08%100%-
XYZ57.7836.398.57-
YUV164.78178.92177.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 112 (44.14% from 255) = 18.64%
BLUE value IS 255 (100% from 255) = 42.43%
R=38.94%
G=18.64%
B=42.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341122550.080.5600291.1910071.96
HexEA70FF838001236448
Octal352160377107000443144110
Binary1110101011100001111111110001110000010010001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70FF; }

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

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

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

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

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

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

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

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