#E950BE

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

Shades of Free Speech Magenta #E950BE

Tints of Free Speech Magenta #E950BE

Color information

#E950BE (or 0xE950BE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and BE. RGB value is (233,80,190). Sum of RGB (Red+Green+Blue) = 233+80+190=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E950BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950BE is #16AF41. Grayscale: #8A8A8A. Windows color (decimal): -1486658 or 12472553. OLE color: 12472553.

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

Color convert

RGB23380190-
CMYK00.660.180.09
HSL316.86º77.66%61.37%-
HSV(B)316.86º65.67%91.37%-
XYZ45.7726.7851.47-
YUV138.29157.19195.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 80 (31.64% from 255) = 15.90%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=46.32%
G=15.90%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338019000.660.180.09316.8677.6661.37
HexE950BE04212913d4e3d
Octal3511202760102221147511675
Binary11101001101000010111110010000101001010011001111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950BE; }

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

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

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

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

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

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

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

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