#E052FB

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

Shades of Heliotrope #E052FB

Tints of Heliotrope #E052FB

Color information

#E052FB (or 0xE052FB) is unknown color: approx Heliotrope. HEX triplet: E0, 52 and FB. RGB value is (224,82,251). Sum of RGB (Red+Green+Blue) = 224+82+251=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E052FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052FB is #1FAD04. Grayscale: #8F8F8F. Windows color (decimal): -2075909 or 16470752. OLE color: 16470752.

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

Color convert

RGB22482251-
CMYK0.110.6700.02
HSL290.41º95.48%65.29%-
HSV(B)290.41º67.33%98.43%-
XYZ51.1728.8594.14-
YUV143.72188.54185.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 82 (32.42% from 255) = 14.72%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=40.22%
G=14.72%
B=45.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224822510.110.6700.02290.4195.4865.29
HexE052FBB43021225f41
Octal3401223731310302442137101
Binary111000001010010111110111011100001101010010001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E052FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E052FB; }

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

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

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

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

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

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

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

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