Html Css Color HEX #E950F0 Free Speech Magenta

📋 copy color: '#E950F0'

red 233 ◦ green 80 ◦ blue 240

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

Shades of Free Speech Magenta #E950F0

Tints of Free Speech Magenta #E950F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 42.13%
G = 14.47%
B = 43.4%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E950F0 (or 0xE950F0) is known color: Free Speech Magenta. HEX triplet: E9, 50 and F0. RGB value is (233,80,240). Sum of RGB (Red+Green+Blue) = 233+80+240=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #E950F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950F0 is #16AF0F. Grayscale: #8F8F8F. Windows color (decimal): -1486608 or 15749353. OLE color: 15749353.

HSL color Cylindrical-coordinate representation of color #E950F0: hue angle of 297.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E950F0 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 80 240 -
CMYK 0.03 0.67 0 0.06
HSL 297.38º 0.84% 0.63% -
HSV(B) 297.38º 0.67% 0.94% -
XYZ 52.2 29.35 85.35 -
YUV 143.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 233 80 240 0.03 0.67 0 0.06 297.38 0.84 0.63
Hex E9 50 F0 3 43 0 6 129 54 3F
Octal 351 120 360 3 103 0 6 451 124 77
Binary 11101001 1010000 11110000 11 1000011 0 110 100101001 1010100 111111

Color Harmonies of #E950F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950F0

Black with #E950F0

Text Example


Text Example

White with #E950F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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