#EA77FC

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

Shades of Heliotrope #EA77FC

Tints of Heliotrope #EA77FC

Color information

#EA77FC (or 0xEA77FC) is unknown color: approx Heliotrope. HEX triplet: EA, 77 and FC. RGB value is (234,119,252). Sum of RGB (Red+Green+Blue) = 234+119+252=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA77FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77FC is #158803. Grayscale: #A8A8A8. Windows color (decimal): -1411076 or 16545770. OLE color: 16545770.

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

Color convert

RGB234119252-
CMYK0.070.5300.01
HSL291.88º95.68%72.75%-
HSV(B)291.88º52.78%98.82%-
XYZ58.137.7196.31-
YUV168.55175.1174.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 119 (46.88% from 255) = 19.67%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=38.68%
G=19.67%
B=41.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341192520.070.5300.01291.8895.6872.75
HexEA77FC735011246049
Octal35216737476501444140111
Binary111010101110111111111001111101010110010010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77FC; }

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

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

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

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

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

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

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

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