#EA74FE

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

Shades of Heliotrope #EA74FE

Tints of Heliotrope #EA74FE

Color information

#EA74FE (or 0xEA74FE) is unknown color: approx Heliotrope. HEX triplet: EA, 74 and FE. RGB value is (234,116,254). Sum of RGB (Red+Green+Blue) = 234+116+254=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74FE is #158B01. Grayscale: #A6A6A6. Windows color (decimal): -1411842 or 16676074. OLE color: 16676074.

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

Color convert

RGB234116254-
CMYK0.080.5400.00
HSL291.3º98.57%72.55%-
HSV(B)291.3º54.33%99.61%-
XYZ58.0737.1497.87-
YUV167.01177.09175.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 116 (45.70% from 255) = 19.21%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=38.74%
G=19.21%
B=42.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341162540.080.5400.00291.398.5772.55
HexEA74FE836001236349
Octal352164376106600443143111
Binary1110101011101001111111010001101100010010001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74FE; }

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

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

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

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

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

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

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

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