#E157FB

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

Shades of Heliotrope #E157FB

Tints of Heliotrope #E157FB

Color information

#E157FB (or 0xE157FB) is unknown color: approx Heliotrope. HEX triplet: E1, 57 and FB. RGB value is (225,87,251). Sum of RGB (Red+Green+Blue) = 225+87+251=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #E157FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E157FB is #1EA804. Grayscale: #929292. Windows color (decimal): -2009093 or 16472033. OLE color: 16472033.

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

Color convert

RGB22587251-
CMYK0.100.6500.02
HSL290.49º95.35%66.27%-
HSV(B)290.49º65.34%98.43%-
XYZ51.8729.7994.28-
YUV146.96186.72183.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 87 (34.38% from 255) = 15.45%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=39.96%
G=15.45%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225872510.100.6500.02290.4995.3566.27
HexE157FBA41021225f42
Octal3411273731210102442137102
Binary111000011010111111110111010100000101010010001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E157FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E157FB; }

 p { color: rgb(225,87,251); }

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

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

 a { background-color: rgb(225,87,251); }

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

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

 span { border-color: rgb(225,87,251); }

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