#EA76F7

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

Shades of Heliotrope #EA76F7

Tints of Heliotrope #EA76F7

Color information

#EA76F7 (or 0xEA76F7) is unknown color: approx Heliotrope. HEX triplet: EA, 76 and F7. RGB value is (234,118,247). Sum of RGB (Red+Green+Blue) = 234+118+247=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA76F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76F7 is #158908. Grayscale: #A6A6A6. Windows color (decimal): -1411337 or 16217834. OLE color: 16217834.

HSL color Cylindrical-coordinate representation of color #EA76F7: hue angle of 293.95º degrees, saturation: 0.89, 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 #EA76F7 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234118247-
CMYK0.050.5200.03
HSL293.95º88.97%71.57%-
HSV(B)293.95º52.23%96.86%-
XYZ57.237.1692.15-
YUV167.39172.93175.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 118 (46.48% from 255) = 19.70%
BLUE value IS 247 (96.88% from 255) = 41.24%
R=39.07%
G=19.70%
B=41.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341182470.050.5200.03293.9588.9771.57
HexEA76F7534031265948
Octal35216636756403446131110
Binary1110101011101101111011110111010001110010011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76F7; }

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

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

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

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

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

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

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

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