#EA76F8

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

Shades of Heliotrope #EA76F8

Tints of Heliotrope #EA76F8

Color information

#EA76F8 (or 0xEA76F8) is unknown color: approx Heliotrope. HEX triplet: EA, 76 and F8. RGB value is (234,118,248). Sum of RGB (Red+Green+Blue) = 234+118+248=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA76F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76F8 is #158907. Grayscale: #A7A7A7. Windows color (decimal): -1411336 or 16283370. OLE color: 16283370.

HSL color Cylindrical-coordinate representation of color #EA76F8: hue angle of 293.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA76F8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234118248-
CMYK0.060.5200.03
HSL293.54º90.28%71.76%-
HSV(B)293.54º52.42%97.25%-
XYZ57.3537.2392.97-
YUV167.5173.43175.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 118 (46.48% from 255) = 19.67%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=39%
G=19.67%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341182480.060.5200.03293.5490.2871.76
HexEA76F8634031265a48
Octal35216637066403446132110
Binary1110101011101101111100011011010001110010011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76F8; }

 p { color: rgb(234,118,248); }

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

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

 a { background-color: rgb(234,118,248); }

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

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

 span { border-color: rgb(234,118,248); }

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