Html Css Color HEX #E961F9 Heliotrope

📋 copy color: '#E961F9'

red 233 ◦ green 97 ◦ blue 249

#E961F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #E961F9

Tints of Heliotrope #E961F9

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 value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E961F9 (or 0xE961F9) is known color: 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

RGB 233 97 249 -
CMYK 0.06 0.61 0 0.02
HSL 293.68º 0.93% 0.68% -
HSV(B) 293.68º 0.61% 0.98% -
XYZ 54.98 32.71 93.04 -
YUV 154.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 233 97 249 0.06 0.61 0 0.02 293.68 0.93 0.68
Hex E9 61 F9 6 3D 0 2 126 5D 44
Octal 351 141 371 6 75 0 2 446 135 104
Binary 11101001 1100001 11111001 110 111101 0 10 100100110 1011101 1000100

Color Harmonies of #E961F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961F9

Black with #E961F9

Text Example


Text Example

White with #E961F9

Text Example


Text Example

HTML Codes & Css Web 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>