Html Css Color HEX #E958BE Free Speech Magenta

📋 copy color: '#E958BE'

red 233 ◦ green 88 ◦ blue 190

#E958BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E958BE

Tints of Free Speech Magenta #E958BE

RGB

 RED value IS 233 (91.41% from 255) = 45.6%

 GREEN value IS 88 (34.77% from 255) = 17.22%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 45.6%
G = 17.22%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E958BE (or 0xE958BE) is known color: 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

RGB 233 88 190 -
CMYK 0 0.62 0.18 0.09
HSL 317.79º 0.77% 0.63% -
HSV(B) 317.79º 0.62% 0.91% -
XYZ 46.39 28.02 51.68 -
YUV 142.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 233 88 190 0 0.62 0.18 0.09 317.79 0.77 0.63
Hex E9 58 BE 0 3E 12 9 13E 4D 3F
Octal 351 130 276 0 76 22 11 476 115 77
Binary 11101001 1011000 10111110 0 111110 10010 1001 100111110 1001101 111111

Color Harmonies of #E958BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958BE

Black with #E958BE

Text Example


Text Example

White with #E958BE

Text Example


Text Example

HTML Codes & Css Web 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>