Html Css Color HEX #E960ED Free Speech Magenta

📋 copy color: '#E960ED'

red 233 ◦ green 96 ◦ blue 237

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

Shades of Free Speech Magenta #E960ED

Tints of Free Speech Magenta #E960ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 41.17%
G = 16.96%
B = 41.87%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E960ED (or 0xE960ED) is known color: Free Speech Magenta. HEX triplet: E9, 60 and ED. RGB value is (233,96,237). Sum of RGB (Red+Green+Blue) = 233+96+237=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E960ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960ED is #169F12. Grayscale: #989898. Windows color (decimal): -1482515 or 15556841. OLE color: 15556841.

HSL color Cylindrical-coordinate representation of color #E960ED: hue angle of 298.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960ED is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 96 237 -
CMYK 0.02 0.59 0 0.07
HSL 298.3º 0.8% 0.65% -
HSV(B) 298.3º 0.59% 0.93% -
XYZ 53.07 31.8 83.46 -
YUV 153.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 233 96 237 0.02 0.59 0 0.07 298.3 0.8 0.65
Hex E9 60 ED 2 3B 0 7 12A 50 41
Octal 351 140 355 2 73 0 7 452 120 101
Binary 11101001 1100000 11101101 10 111011 0 111 100101010 1010000 1000001

Color Harmonies of #E960ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960ED

Black with #E960ED

Text Example


Text Example

White with #E960ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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