Html Css Color HEX #E950E2 Free Speech Magenta

📋 copy color: '#E950E2'

red 233 ◦ green 80 ◦ blue 226

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

Shades of Free Speech Magenta #E950E2

Tints of Free Speech Magenta #E950E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.93%

R = 43.23%
G = 14.84%
B = 41.93%

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

#E950E2 (or 0xE950E2) is known color: Free Speech Magenta. HEX triplet: E9, 50 and E2. RGB value is (233,80,226). Sum of RGB (Red+Green+Blue) = 233+80+226=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E950E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950E2 is #16AF1D. Grayscale: #8D8D8D. Windows color (decimal): -1486622 or 14831849. OLE color: 14831849.

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

Color convert

RGB 233 80 226 -
CMYK 0 0.66 0.03 0.09
HSL 302.75º 0.78% 0.61% -
HSV(B) 302.75º 0.66% 0.91% -
XYZ 50.2 28.55 74.82 -
YUV 142.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 233 80 226 0 0.66 0.03 0.09 302.75 0.78 0.61
Hex E9 50 E2 0 42 3 9 12F 4E 3D
Octal 351 120 342 0 102 3 11 457 116 75
Binary 11101001 1010000 11100010 0 1000010 11 1001 100101111 1001110 111101

Color Harmonies of #E950E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950E2

Black with #E950E2

Text Example


Text Example

White with #E950E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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