Html Css Color HEX #E960F0 Free Speech Magenta

📋 copy color: '#E960F0'

red 233 ◦ green 96 ◦ blue 240

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

Shades of Free Speech Magenta #E960F0

Tints of Free Speech Magenta #E960F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 40.95%
G = 16.87%
B = 42.18%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E960F0 (or 0xE960F0) is known color: Free Speech Magenta. HEX triplet: E9, 60 and F0. RGB value is (233,96,240). Sum of RGB (Red+Green+Blue) = 233+96+240=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E960F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960F0 is #169F0F. Grayscale: #989898. Windows color (decimal): -1482512 or 15753449. OLE color: 15753449.

HSL color Cylindrical-coordinate representation of color #E960F0: hue angle of 297.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E960F0 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 96 240 -
CMYK 0.03 0.6 0 0.06
HSL 297.08º 0.83% 0.66% -
HSV(B) 297.08º 0.6% 0.94% -
XYZ 53.52 31.98 85.79 -
YUV 153.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 233 96 240 0.03 0.6 0 0.06 297.08 0.83 0.66
Hex E9 60 F0 3 3C 0 6 129 53 42
Octal 351 140 360 3 74 0 6 451 123 102
Binary 11101001 1100000 11110000 11 111100 0 110 100101001 1010011 1000010

Color Harmonies of #E960F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960F0

Black with #E960F0

Text Example


Text Example

White with #E960F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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