#EA7FFF

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

Shades of Heliotrope #EA7FFF

Tints of Heliotrope #EA7FFF

Color information

#EA7FFF (or 0xEA7FFF) is unknown color: approx Heliotrope. HEX triplet: EA, 7F and FF. RGB value is (234,127,255). Sum of RGB (Red+Green+Blue) = 234+127+255=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FFF is #158000. Grayscale: #ADADAD. Windows color (decimal): -1409025 or 16744426. OLE color: 16744426.

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

Color convert

RGB234127255-
CMYK0.080.5000
HSL290.16º100%74.9%-
HSV(B)290.16º50.2%100%-
XYZ59.5739.8999.17-
YUV173.58173.95171.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 127 (50% from 255) = 20.62%
BLUE value IS 255 (100% from 255) = 41.40%
R=37.99%
G=20.62%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341272550.080.5000290.1610074.9
HexEA7FFF83200122644b
Octal352177377106200442144113
Binary1110101011111111111111110001100100010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7FFF; }

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

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

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

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

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

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

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

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