#EA74FB

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

Shades of Heliotrope #EA74FB

Tints of Heliotrope #EA74FB

Color information

#EA74FB (or 0xEA74FB) is unknown color: approx Heliotrope. HEX triplet: EA, 74 and FB. RGB value is (234,116,251). Sum of RGB (Red+Green+Blue) = 234+116+251=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA74FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74FB is #158B04. Grayscale: #A6A6A6. Windows color (decimal): -1411845 or 16479466. OLE color: 16479466.

HSL color Cylindrical-coordinate representation of color #EA74FB: hue angle of 292.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA74FB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234116251-
CMYK0.070.5400.02
HSL292.44º94.41%71.96%-
HSV(B)292.44º53.78%98.43%-
XYZ57.5936.9595.36-
YUV166.67175.59176.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 116 (45.70% from 255) = 19.30%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=38.94%
G=19.30%
B=41.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341162510.070.5400.02292.4494.4171.96
HexEA74FB736021245e48
Octal35216437376602444136110
Binary1110101011101001111101111111011001010010010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74FB; }

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

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

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

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

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

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

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

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