#E972FF

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

Shades of Heliotrope #E972FF

Tints of Heliotrope #E972FF

Color information

#E972FF (or 0xE972FF) is unknown color: approx Heliotrope. HEX triplet: E9, 72 and FF. RGB value is (233,114,255). Sum of RGB (Red+Green+Blue) = 233+114+255=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #E972FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972FF is #168D00. Grayscale: #A5A5A5. Windows color (decimal): -1477889 or 16741097. OLE color: 16741097.

HSL color Cylindrical-coordinate representation of color #E972FF: hue angle of 290.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E972FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233114255-
CMYK0.090.5500
HSL290.64º100%72.35%-
HSV(B)290.64º55.29%100%-
XYZ57.6736.5898.63-
YUV165.65178.42176.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 114 (44.92% from 255) = 18.94%
BLUE value IS 255 (100% from 255) = 42.36%
R=38.70%
G=18.94%
B=42.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331142550.090.5500290.6410072.35
HexE972FF937001236448
Octal351162377116700443144110
Binary1110100111100101111111110011101110010010001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E972FF; }

 p { color: rgb(233,114,255); }

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

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

 a { background-color: rgb(233,114,255); }

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

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

 span { border-color: rgb(233,114,255); }

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