#E961FE

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

Shades of Heliotrope #E961FE

Tints of Heliotrope #E961FE

Color information

#E961FE (or 0xE961FE) is unknown color: approx Heliotrope. HEX triplet: E9, 61 and FE. RGB value is (233,97,254). Sum of RGB (Red+Green+Blue) = 233+97+254=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #E961FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961FE is #169E01. Grayscale: #9B9B9B. Windows color (decimal): -1482242 or 16671209. OLE color: 16671209.

HSL color Cylindrical-coordinate representation of color #E961FE: hue angle of 291.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E961FE is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23397254-
CMYK0.080.6200.00
HSL291.97º98.74%68.82%-
HSV(B)291.97º61.81%99.61%-
XYZ55.7733.0397.2-
YUV155.56183.56183.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 97 (38.28% from 255) = 16.61%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=39.90%
G=16.61%
B=43.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233972540.080.6200.00291.9798.7468.82
HexE961FE83E001246345
Octal351141376107600444143105
Binary1110100111000011111111010001111100010010010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961FE; }

 p { color: rgb(233,97,254); }

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

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

 a { background-color: rgb(233,97,254); }

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

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

 span { border-color: rgb(233,97,254); }

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