Html Css Color HEX #E960E4 Free Speech Magenta

📋 copy color: '#E960E4'

red 233 ◦ green 96 ◦ blue 228

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

Shades of Free Speech Magenta #E960E4

Tints of Free Speech Magenta #E960E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 41.83%
G = 17.24%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E960E4 (or 0xE960E4) is known color: Free Speech Magenta. HEX triplet: E9, 60 and E4. RGB value is (233,96,228). Sum of RGB (Red+Green+Blue) = 233+96+228=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E960E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960E4 is #169F1B. Grayscale: #979797. Windows color (decimal): -1482524 or 14967017. OLE color: 14967017.

HSL color Cylindrical-coordinate representation of color #E960E4: hue angle of 302.19º 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 #E960E4 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 228 -
CMYK 0 0.59 0.02 0.09
HSL 302.19º 0.76% 0.65% -
HSV(B) 302.19º 0.59% 0.91% -
XYZ 51.79 31.29 76.71 -
YUV 152.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 233 96 228 0 0.59 0.02 0.09 302.19 0.76 0.65
Hex E9 60 E4 0 3B 2 9 12E 4C 41
Octal 351 140 344 0 73 2 11 456 114 101
Binary 11101001 1100000 11100100 0 111011 10 1001 100101110 1001100 1000001

Color Harmonies of #E960E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960E4

Black with #E960E4

Text Example


Text Example

White with #E960E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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