#E950C6

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

Shades of Free Speech Magenta #E950C6

Tints of Free Speech Magenta #E950C6

Color information

#E950C6 (or 0xE950C6) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and C6. RGB value is (233,80,198). Sum of RGB (Red+Green+Blue) = 233+80+198=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C6 is #16AF39. Grayscale: #8A8A8A. Windows color (decimal): -1486650 or 12996841. OLE color: 12996841.

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

Color convert

RGB23380198-
CMYK00.660.150.09
HSL313.73º77.66%61.37%-
HSV(B)313.73º65.67%91.37%-
XYZ46.6727.1456.2-
YUV139.2161.19194.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 80 (31.64% from 255) = 15.66%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=45.60%
G=15.66%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338019800.660.150.09313.7377.6661.37
HexE950C6042F913a4e3d
Octal3511203060102171147211675
Binary1110100110100001100011001000010111110011001110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950C6; }

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

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

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

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

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

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

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

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