#EA77FE

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

Shades of Heliotrope #EA77FE

Tints of Heliotrope #EA77FE

Color information

#EA77FE (or 0xEA77FE) is unknown color: approx Heliotrope. HEX triplet: EA, 77 and FE. RGB value is (234,119,254). Sum of RGB (Red+Green+Blue) = 234+119+254=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77FE is #158801. Grayscale: #A8A8A8. Windows color (decimal): -1411074 or 16676842. OLE color: 16676842.

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

Color convert

RGB234119254-
CMYK0.080.5300.00
HSL291.11º98.54%73.14%-
HSV(B)291.11º53.15%99.61%-
XYZ58.4237.8497.99-
YUV168.77176.1174.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 119 (46.88% from 255) = 19.60%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=38.55%
G=19.60%
B=41.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341192540.080.5300.00291.1198.5473.14
HexEA77FE835001236349
Octal352167376106500443143111
Binary1110101011101111111111010001101010010010001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77FE; }

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

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

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

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

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

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

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

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