#E552FB

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

Shades of Heliotrope #E552FB

Tints of Heliotrope #E552FB

Color information

#E552FB (or 0xE552FB) is unknown color: approx Heliotrope. HEX triplet: E5, 52 and FB. RGB value is (229,82,251). Sum of RGB (Red+Green+Blue) = 229+82+251=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #E552FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FB is #1AAD04. Grayscale: #909090. Windows color (decimal): -1748229 or 16470757. OLE color: 16470757.

HSL color Cylindrical-coordinate representation of color #E552FB: hue angle of 292.19º 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 #E552FB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22982251-
CMYK0.090.6700.02
HSL292.19º95.48%65.29%-
HSV(B)292.19º67.33%98.43%-
XYZ52.7429.6694.21-
YUV145.22187.7187.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 82 (32.42% from 255) = 14.59%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=40.75%
G=14.59%
B=44.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal229822510.090.6700.02292.1995.4865.29
HexE552FB943021245f41
Octal3451223731110302444137101
Binary111001011010010111110111001100001101010010010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E552FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E552FB; }

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

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

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

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

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

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

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

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