#E052FC

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

Shades of Heliotrope #E052FC

Tints of Heliotrope #E052FC

Color information

#E052FC (or 0xE052FC) is unknown color: approx Heliotrope. HEX triplet: E0, 52 and FC. RGB value is (224,82,252). Sum of RGB (Red+Green+Blue) = 224+82+252=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #E052FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052FC is #1FAD03. Grayscale: #8F8F8F. Windows color (decimal): -2075908 or 16536288. OLE color: 16536288.

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

Color convert

RGB22482252-
CMYK0.110.6700.01
HSL290.12º96.59%65.49%-
HSV(B)290.12º67.46%98.82%-
XYZ51.3328.9194.97-
YUV143.84189.04185.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 82 (32.42% from 255) = 14.70%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=40.14%
G=14.70%
B=45.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224822520.110.6700.01290.1296.5965.49
HexE052FCB43011226141
Octal3401223741310301442141101
Binary11100000101001011111100101110000110110010001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E052FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E052FC; }

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

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

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

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

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

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

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

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