#E770FB

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

Shades of Heliotrope #E770FB

Tints of Heliotrope #E770FB

Color information

#E770FB (or 0xE770FB) is unknown color: approx Heliotrope. HEX triplet: E7, 70 and FB. RGB value is (231,112,251). Sum of RGB (Red+Green+Blue) = 231+112+251=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #E770FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FB is #188F04. Grayscale: #A2A2A2. Windows color (decimal): -1609477 or 16478439. OLE color: 16478439.

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

Color convert

RGB231112251-
CMYK0.080.5500.02
HSL291.37º94.56%71.18%-
HSV(B)291.37º55.38%98.43%-
XYZ56.1635.5495.17-
YUV163.43177.42176.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 112 (44.14% from 255) = 18.86%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=38.89%
G=18.86%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311122510.080.5500.02291.3794.5671.18
HexE770FB837021235f47
Octal347160373106702443137107
Binary11100111111000011111011100011011101010010001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E770FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E770FB; }

 p { color: rgb(231,112,251); }

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

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

 a { background-color: rgb(231,112,251); }

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

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

 span { border-color: rgb(231,112,251); }

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