Html Css Color HEX #E950E3 Free Speech Magenta

📋 copy color: '#E950E3'

red 233 ◦ green 80 ◦ blue 227

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

Shades of Free Speech Magenta #E950E3

Tints of Free Speech Magenta #E950E3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.81%

 BLUE value IS 227 (89.06% from 255) = 42.04%

R = 43.15%
G = 14.81%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E950E3 (or 0xE950E3) is known color: Free Speech Magenta. HEX triplet: E9, 50 and E3. RGB value is (233,80,227). Sum of RGB (Red+Green+Blue) = 233+80+227=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E950E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950E3 is #16AF1C. Grayscale: #8E8E8E. Windows color (decimal): -1486621 or 14897385. OLE color: 14897385.

HSL color Cylindrical-coordinate representation of color #E950E3: hue angle of 302.35º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950E3 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 227 -
CMYK 0 0.66 0.03 0.09
HSL 302.35º 0.78% 0.61% -
HSV(B) 302.35º 0.66% 0.91% -
XYZ 50.34 28.61 75.54 -
YUV 142.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 233 80 227 0 0.66 0.03 0.09 302.35 0.78 0.61
Hex E9 50 E3 0 42 3 9 12E 4E 3D
Octal 351 120 343 0 102 3 11 456 116 75
Binary 11101001 1010000 11100011 0 1000010 11 1001 100101110 1001110 111101

Color Harmonies of #E950E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950E3

Black with #E950E3

Text Example


Text Example

White with #E950E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950E3; }

 p { color: rgb(233,80,227); }

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

background-color css

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

 a { background-color: rgb(233,80,227); }

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

border-color css

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

 span { border-color: rgb(233,80,227); }

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