#EA72F7

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

Shades of Heliotrope #EA72F7

Tints of Heliotrope #EA72F7

Color information

#EA72F7 (or 0xEA72F7) is unknown color: approx Heliotrope. HEX triplet: EA, 72 and F7. RGB value is (234,114,247). Sum of RGB (Red+Green+Blue) = 234+114+247=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA72F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA72F7 is #158D08. Grayscale: #A4A4A4. Windows color (decimal): -1412361 or 16216810. OLE color: 16216810.

HSL color Cylindrical-coordinate representation of color #EA72F7: hue angle of 294.14º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA72F7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234114247-
CMYK0.050.5400.03
HSL294.14º89.26%70.78%-
HSV(B)294.14º53.85%96.86%-
XYZ56.7436.2492-
YUV165.04174.26177.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 114 (44.92% from 255) = 19.16%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=39.33%
G=19.16%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341142470.050.5400.03294.1489.2670.78
HexEA72F7536031265947
Octal35216236756603446131107
Binary1110101011100101111011110111011001110010011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72F7; }

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

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

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

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

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

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

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

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