#e958be

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

Shades of Free Speech Magenta #E958BE

Tints of Free Speech Magenta #E958BE

Color information

#E958BE (or 0xE958BE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 58 and BE. RGB value is (233,88,190). Sum of RGB (Red+Green+Blue) = 233+88+190=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E958BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958BE is #16A741. Grayscale: #8E8E8E. Windows color (decimal): -1484610 or 12474601. OLE color: 12474601.

HSL color Cylindrical-coordinate representation of color #E958BE: hue angle of 317.79º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958BE is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23388190-
CMYK00.620.180.09
HSL317.79º76.72%62.94%-
HSV(B)317.79º62.23%91.37%-
XYZ46.3928.0251.68-
YUV142.98154.54192.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=45.60%
G=17.22%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338819000.620.180.09317.7976.7262.94
HexE958BE03E12913e4d3f
Octal351130276076221147611577
Binary1110100110110001011111001111101001010011001111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e958be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e958be; }

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

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

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

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

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

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

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

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