#EA62FF

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

Shades of Heliotrope #EA62FF

Tints of Heliotrope #EA62FF

Color information

#EA62FF (or 0xEA62FF) is unknown color: approx Heliotrope. HEX triplet: EA, 62 and FF. RGB value is (234,98,255). Sum of RGB (Red+Green+Blue) = 234+98+255=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 98 (38.67% from 255 or 16.70% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA62FF is #159D00. Grayscale: #9C9C9C. Windows color (decimal): -1416449 or 16737002. OLE color: 16737002.

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

Color convert

RGB23498255-
CMYK0.080.6200
HSL291.97º100%69.22%-
HSV(B)291.97º61.57%100%-
XYZ56.3533.4598.09-
YUV156.56183.56183.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 98 (38.67% from 255) = 16.70%
BLUE value IS 255 (100% from 255) = 43.44%
R=39.86%
G=16.70%
B=43.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234982550.080.6200291.9710069.22
HexEA62FF83E001246445
Octal352142377107600444144105
Binary1110101011000101111111110001111100010010010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62FF; }

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

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

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

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

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

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

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

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