#E950BC

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

Shades of Free Speech Magenta #E950BC

Tints of Free Speech Magenta #E950BC

Color information

#E950BC (or 0xE950BC) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and BC. RGB value is (233,80,188). Sum of RGB (Red+Green+Blue) = 233+80+188=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E950BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950BC is #16AF43. Grayscale: #898989. Windows color (decimal): -1486660 or 12341481. OLE color: 12341481.

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

Color convert

RGB23380188-
CMYK00.660.190.09
HSL317.65º77.66%61.37%-
HSV(B)317.65º65.67%91.37%-
XYZ45.5526.6950.33-
YUV138.06156.19195.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 80 (31.64% from 255) = 15.97%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=46.51%
G=15.97%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338018800.660.190.09317.6577.6661.37
HexE950BC04213913e4e3d
Octal3511202740102231147611675
Binary11101001101000010111100010000101001110011001111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950BC; }

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

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

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

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

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

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

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

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