#E975FA

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

Shades of Heliotrope #E975FA

Tints of Heliotrope #E975FA

Color information

#E975FA (or 0xE975FA) is unknown color: approx Heliotrope. HEX triplet: E9, 75 and FA. RGB value is (233,117,250). Sum of RGB (Red+Green+Blue) = 233+117+250=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #E975FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975FA is #168A05. Grayscale: #A6A6A6. Windows color (decimal): -1477126 or 16414185. OLE color: 16414185.

HSL color Cylindrical-coordinate representation of color #E975FA: hue angle of 292.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E975FA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233117250-
CMYK0.070.5300.02
HSL292.33º93.01%71.96%-
HSV(B)292.33º53.2%98.04%-
XYZ57.2236.9594.56-
YUV166.85174.93175.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 117 (46.09% from 255) = 19.5%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=38.83%
G=19.5%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331172500.070.5300.02292.3393.0171.96
HexE975FA735021245d48
Octal35116537276502444135110
Binary1110100111101011111101011111010101010010010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E975FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E975FA; }

 p { color: rgb(233,117,250); }

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

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

 a { background-color: rgb(233,117,250); }

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

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

 span { border-color: rgb(233,117,250); }

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