#E074FC

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

Shades of Heliotrope #E074FC

Tints of Heliotrope #E074FC

Color information

#E074FC (or 0xE074FC) is unknown color: approx Heliotrope. HEX triplet: E0, 74 and FC. RGB value is (224,116,252). Sum of RGB (Red+Green+Blue) = 224+116+252=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E074FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074FC is #1F8B03. Grayscale: #A3A3A3. Windows color (decimal): -2067204 or 16544992. OLE color: 16544992.

HSL color Cylindrical-coordinate representation of color #E074FC: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E074FC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224116252-
CMYK0.110.5400.01
HSL287.65º95.77%72.16%-
HSV(B)287.65º53.97%98.82%-
XYZ54.5635.3796.05-
YUV163.8177.78170.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 116 (45.70% from 255) = 19.59%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=37.84%
G=19.59%
B=42.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241162520.110.5400.01287.6595.7772.16
HexE074FCB36011206048
Octal340164374136601440140110
Binary1110000011101001111110010111101100110010000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074FC; }

 p { color: rgb(224,116,252); }

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

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

 a { background-color: rgb(224,116,252); }

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

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

 span { border-color: rgb(224,116,252); }

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