Html Css Color HEX #E950E6 Free Speech Magenta

📋 copy color: '#E950E6'

red 233 ◦ green 80 ◦ blue 230

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

Shades of Free Speech Magenta #E950E6

Tints of Free Speech Magenta #E950E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.36%

R = 42.91%
G = 14.73%
B = 42.36%

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

#E950E6 (or 0xE950E6) is known color: Free Speech Magenta. HEX triplet: E9, 50 and E6. RGB value is (233,80,230). Sum of RGB (Red+Green+Blue) = 233+80+230=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E950E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950E6 is #16AF19. Grayscale: #8E8E8E. Windows color (decimal): -1486618 or 15093993. OLE color: 15093993.

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

Color convert

RGB 233 80 230 -
CMYK 0 0.66 0.01 0.09
HSL 301.18º 0.78% 0.61% -
HSV(B) 301.18º 0.66% 0.91% -
XYZ 50.76 28.77 77.74 -
YUV 142.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 233 80 230 0 0.66 0.01 0.09 301.18 0.78 0.61
Hex E9 50 E6 0 42 1 9 12D 4E 3D
Octal 351 120 346 0 102 1 11 455 116 75
Binary 11101001 1010000 11100110 0 1000010 1 1001 100101101 1001110 111101

Color Harmonies of #E950E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950E6

Black with #E950E6

Text Example


Text Example

White with #E950E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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