Html Css Color HEX #E950E5 Free Speech Magenta

📋 copy color: '#E950E5'

red 233 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #E950E5

Tints of Free Speech Magenta #E950E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 42.99%
G = 14.76%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E950E5 (or 0xE950E5) is known color: Free Speech Magenta. HEX triplet: E9, 50 and E5. RGB value is (233,80,229). Sum of RGB (Red+Green+Blue) = 233+80+229=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E950E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950E5 is #16AF1A. Grayscale: #8E8E8E. Windows color (decimal): -1486619 or 15028457. OLE color: 15028457.

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

Color convert

RGB 233 80 229 -
CMYK 0 0.66 0.02 0.09
HSL 301.57º 0.78% 0.61% -
HSV(B) 301.57º 0.66% 0.91% -
XYZ 50.62 28.72 77 -
YUV 142.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 233 80 229 0 0.66 0.02 0.09 301.57 0.78 0.61
Hex E9 50 E5 0 42 2 9 12E 4E 3D
Octal 351 120 345 0 102 2 11 456 116 75
Binary 11101001 1010000 11100101 0 1000010 10 1001 100101110 1001110 111101

Color Harmonies of #E950E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950E5

Black with #E950E5

Text Example


Text Example

White with #E950E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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