Html Css Color HEX #E960FA Heliotrope

📋 copy color: '#E960FA'

red 233 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #E960FA

Tints of Heliotrope #E960FA

RGB

 RED value IS 233 (91.41% from 255) = 40.24%

 GREEN value IS 96 (37.89% from 255) = 16.58%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 40.24%
G = 16.58%
B = 43.18%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E960FA (or 0xE960FA) is known color: Heliotrope. HEX triplet: E9, 60 and FA. RGB value is (233,96,250). Sum of RGB (Red+Green+Blue) = 233+96+250=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #E960FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960FA is #169F05. Grayscale: #9A9A9A. Windows color (decimal): -1482502 or 16408809. OLE color: 16408809.

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

Color convert

RGB 233 96 250 -
CMYK 0.07 0.62 0 0.02
HSL 293.38º 0.94% 0.68% -
HSV(B) 293.38º 0.62% 0.98% -
XYZ 55.04 32.59 93.83 -
YUV 154.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 233 96 250 0.07 0.62 0 0.02 293.38 0.94 0.68
Hex E9 60 FA 7 3E 0 2 125 5E 44
Octal 351 140 372 7 76 0 2 445 136 104
Binary 11101001 1100000 11111010 111 111110 0 10 100100101 1011110 1000100

Color Harmonies of #E960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960FA

Black with #E960FA

Text Example


Text Example

White with #E960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960FA; }

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

 H1.HeaderClassName
 {
   color: #E960FA;
 }
 .AnyTagClassName
 {
   color: #E960FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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