#E180FB

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

Shades of Heliotrope #E180FB

Tints of Heliotrope #E180FB

Color information

#E180FB (or 0xE180FB) is unknown color: approx Heliotrope. HEX triplet: E1, 80 and FB. RGB value is (225,128,251). Sum of RGB (Red+Green+Blue) = 225+128+251=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #E180FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180FB is #1E7F04. Grayscale: #AAAAAA. Windows color (decimal): -1998597 or 16482529. OLE color: 16482529.

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

Color convert

RGB225128251-
CMYK0.100.4900.02
HSL287.32º93.89%74.31%-
HSV(B)287.32º49%98.43%-
XYZ56.1838.4195.72-
YUV171.02173.14166.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=37.25%
G=21.19%
B=41.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251282510.100.4900.02287.3293.8974.31
HexE180FBA310211f5e4a
Octal341200373126102437136112
Binary111000011000000011111011101011000101010001111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180FB; }

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

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

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

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

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

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

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

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