Html Css Color HEX #E960FE Heliotrope

📋 copy color: '#E960FE'

red 233 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #E960FE

Tints of Heliotrope #E960FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 39.97%
G = 16.47%
B = 43.57%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E960FE (or 0xE960FE) is known color: Heliotrope. HEX triplet: E9, 60 and FE. RGB value is (233,96,254). Sum of RGB (Red+Green+Blue) = 233+96+254=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #E960FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960FE is #169F01. Grayscale: #9A9A9A. Windows color (decimal): -1482498 or 16670953. OLE color: 16670953.

HSL color Cylindrical-coordinate representation of color #E960FE: hue angle of 292.03º 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 #E960FE is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 96 254 -
CMYK 0.08 0.62 0 0.00
HSL 292.03º 0.99% 0.69% -
HSV(B) 292.03º 0.62% 1% -
XYZ 55.68 32.85 97.17 -
YUV 154.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 233 96 254 0.08 0.62 0 0.00 292.03 0.99 0.69
Hex E9 60 FE 8 3E 0 0 124 63 45
Octal 351 140 376 10 76 0 0 444 143 105
Binary 11101001 1100000 11111110 1000 111110 0 0 100100100 1100011 1000101

Color Harmonies of #E960FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960FE

Black with #E960FE

Text Example


Text Example

White with #E960FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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