#E950F1

Color #E950F1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E950F1

Tints of Free Speech Magenta #E950F1

Color information

#E950F1 (or 0xE950F1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and F1. RGB value is (233,80,241). Sum of RGB (Red+Green+Blue) = 233+80+241=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #E950F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950F1 is #16AF0E. Grayscale: #8F8F8F. Windows color (decimal): -1486607 or 15814889. OLE color: 15814889.

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

Color convert

RGB23380241-
CMYK0.030.6700.05
HSL297.02º85.19%62.94%-
HSV(B)297.02º66.8%94.51%-
XYZ52.3529.4186.14-
YUV144.1182.69191.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 80 (31.64% from 255) = 14.44%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=42.06%
G=14.44%
B=43.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal233802410.030.6700.05297.0285.1962.94
HexE950F134305129553f
Octal35112036131030545112577
Binary1110100110100001111000111100001101011001010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950F1; }

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

 H1.HeaderClassName
 {
   color: #E950F1;
 }
 .AnyTagClassName
 {
   color: #E950F1;
 }
</style>
background-color css

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

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

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

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

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

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