#EA81FE

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

Shades of Heliotrope #EA81FE

Tints of Heliotrope #EA81FE

Color information

#EA81FE (or 0xEA81FE) is unknown color: approx Heliotrope. HEX triplet: EA, 81 and FE. RGB value is (234,129,254). Sum of RGB (Red+Green+Blue) = 234+129+254=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA81FE is #157E01. Grayscale: #AEAEAE. Windows color (decimal): -1408514 or 16679402. OLE color: 16679402.

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

Color convert

RGB234129254-
CMYK0.080.4900.00
HSL290.4º98.43%75.1%-
HSV(B)290.4º49.21%99.61%-
XYZ59.6740.3598.41-
YUV174.64172.79170.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 129 (50.78% from 255) = 20.91%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=37.93%
G=20.91%
B=41.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341292540.080.4900.00290.498.4375.1
HexEA81FE83100122624b
Octal352201376106100442142113
Binary11101010100000011111111010001100010010010001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81FE; }

 p { color: rgb(234,129,254); }

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

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

 a { background-color: rgb(234,129,254); }

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

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

 span { border-color: rgb(234,129,254); }

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