#E961F9

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

Shades of Heliotrope #E961F9

Tints of Heliotrope #E961F9

Color information

#E961F9 (or 0xE961F9) is unknown color: approx Heliotrope. HEX triplet: E9, 61 and F9. RGB value is (233,97,249). Sum of RGB (Red+Green+Blue) = 233+97+249=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 97 (38.28% from 255 or 16.75% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #E961F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961F9 is #169E06. Grayscale: #9A9A9A. Windows color (decimal): -1482247 or 16343529. OLE color: 16343529.

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

Color convert

RGB23397249-
CMYK0.060.6100.02
HSL293.68º92.68%67.84%-
HSV(B)293.68º61.04%97.65%-
XYZ54.9832.7193.04-
YUV154.99181.06183.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.24%
GREEN value IS 97 (38.28% from 255) = 16.75%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=40.24%
G=16.75%
B=43.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233972490.060.6100.02293.6892.6867.84
HexE961F963D021265d44
Octal35114137167502446135104
Binary1110100111000011111100111011110101010010011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961F9; }

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

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

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

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

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

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

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

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