Html Css Color HEX #E960FF Heliotrope

📋 copy color: '#E960FF'

red 233 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #E960FF

Tints of Heliotrope #E960FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 39.9%
G = 16.44%
B = 43.66%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E960FF (or 0xE960FF) is known color: Heliotrope. HEX triplet: E9, 60 and FF. RGB value is (233,96,255). Sum of RGB (Red+Green+Blue) = 233+96+255=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #E960FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960FF is #169F00. Grayscale: #9A9A9A. Windows color (decimal): -1482497 or 16736489. OLE color: 16736489.

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

Color convert

RGB 233 96 255 -
CMYK 0.09 0.62 0 0
HSL 291.7º 1% 0.69% -
HSV(B) 291.7º 0.62% 1% -
XYZ 55.84 32.91 98.02 -
YUV 155.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 233 96 255 0.09 0.62 0 0 291.7 1 0.69
Hex E9 60 FF 9 3E 0 0 124 64 45
Octal 351 140 377 11 76 0 0 444 144 105
Binary 11101001 1100000 11111111 1001 111110 0 0 100100100 1100100 1000101

Color Harmonies of #E960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960FF

Black with #E960FF

Text Example


Text Example

White with #E960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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