Html Css Color HEX #E950E7 Free Speech Magenta

📋 copy color: '#E950E7'

red 233 ◦ green 80 ◦ blue 231

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

Shades of Free Speech Magenta #E950E7

Tints of Free Speech Magenta #E950E7

RGB

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

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

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

R = 42.83%
G = 14.71%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E950E7 (or 0xE950E7) is known color: Free Speech Magenta. HEX triplet: E9, 50 and E7. RGB value is (233,80,231). Sum of RGB (Red+Green+Blue) = 233+80+231=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E950E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950E7 is #16AF18. Grayscale: #8E8E8E. Windows color (decimal): -1486617 or 15159529. OLE color: 15159529.

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

Color convert

RGB 233 80 231 -
CMYK 0 0.66 0.01 0.09
HSL 300.78º 0.78% 0.61% -
HSV(B) 300.78º 0.66% 0.91% -
XYZ 50.9 28.83 78.48 -
YUV 142.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 233 80 231 0 0.66 0.01 0.09 300.78 0.78 0.61
Hex E9 50 E7 0 42 1 9 12D 4E 3D
Octal 351 120 347 0 102 1 11 455 116 75
Binary 11101001 1010000 11100111 0 1000010 1 1001 100101101 1001110 111101

Color Harmonies of #E950E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950E7

Black with #E950E7

Text Example


Text Example

White with #E950E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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