Html Css Color HEX #E958C0 Free Speech Magenta

📋 copy color: '#E958C0'

red 233 ◦ green 88 ◦ blue 192

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

Shades of Free Speech Magenta #E958C0

Tints of Free Speech Magenta #E958C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 45.42%
G = 17.15%
B = 37.43%

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

#E958C0 (or 0xE958C0) is known color: Free Speech Magenta. HEX triplet: E9, 58 and C0. RGB value is (233,88,192). Sum of RGB (Red+Green+Blue) = 233+88+192=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E958C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958C0 is #16A73F. Grayscale: #8E8E8E. Windows color (decimal): -1484608 or 12605673. OLE color: 12605673.

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

Color convert

RGB 233 88 192 -
CMYK 0 0.62 0.18 0.09
HSL 316.97º 0.77% 0.63% -
HSV(B) 316.97º 0.62% 0.91% -
XYZ 46.61 28.11 52.84 -
YUV 143.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 233 88 192 0 0.62 0.18 0.09 316.97 0.77 0.63
Hex E9 58 C0 0 3E 12 9 13D 4D 3F
Octal 351 130 300 0 76 22 11 475 115 77
Binary 11101001 1011000 11000000 0 111110 10010 1001 100111101 1001101 111111

Color Harmonies of #E958C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958C0

Black with #E958C0

Text Example


Text Example

White with #E958C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958C0; }

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

 H1.HeaderClassName
 {
   color: #E958C0;
 }
 .AnyTagClassName
 {
   color: #E958C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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