Html Css Color HEX #E960E7 Free Speech Magenta

📋 copy color: '#E960E7'

red 233 ◦ green 96 ◦ blue 231

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

Shades of Free Speech Magenta #E960E7

Tints of Free Speech Magenta #E960E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 41.61%
G = 17.14%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E960E7 (or 0xE960E7) is known color: Free Speech Magenta. HEX triplet: E9, 60 and E7. RGB value is (233,96,231). Sum of RGB (Red+Green+Blue) = 233+96+231=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E960E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960E7 is #169F18. Grayscale: #979797. Windows color (decimal): -1482521 or 15163625. OLE color: 15163625.

HSL color Cylindrical-coordinate representation of color #E960E7: hue angle of 300.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960E7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 231 -
CMYK 0 0.59 0.01 0.09
HSL 300.88º 0.76% 0.65% -
HSV(B) 300.88º 0.59% 0.91% -
XYZ 52.21 31.46 78.92 -
YUV 152.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 233 96 231 0 0.59 0.01 0.09 300.88 0.76 0.65
Hex E9 60 E7 0 3B 1 9 12D 4C 41
Octal 351 140 347 0 73 1 11 455 114 101
Binary 11101001 1100000 11100111 0 111011 1 1001 100101101 1001100 1000001

Color Harmonies of #E960E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960E7

Black with #E960E7

Text Example


Text Example

White with #E960E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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