Html Css Color HEX #E958C5 Free Speech Magenta

📋 copy color: '#E958C5'

red 233 ◦ green 88 ◦ blue 197

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

Shades of Free Speech Magenta #E958C5

Tints of Free Speech Magenta #E958C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 44.98%
G = 16.99%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E958C5 (or 0xE958C5) is known color: Free Speech Magenta. HEX triplet: E9, 58 and C5. RGB value is (233,88,197). Sum of RGB (Red+Green+Blue) = 233+88+197=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E958C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958C5 is #16A73A. Grayscale: #8F8F8F. Windows color (decimal): -1484603 or 12933353. OLE color: 12933353.

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

Color convert

RGB 233 88 197 -
CMYK 0 0.62 0.15 0.09
HSL 314.9º 0.77% 0.63% -
HSV(B) 314.9º 0.62% 0.91% -
XYZ 47.17 28.33 55.81 -
YUV 143.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 233 88 197 0 0.62 0.15 0.09 314.9 0.77 0.63
Hex E9 58 C5 0 3E F 9 13B 4D 3F
Octal 351 130 305 0 76 17 11 473 115 77
Binary 11101001 1011000 11000101 0 111110 1111 1001 100111011 1001101 111111

Color Harmonies of #E958C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958C5

Black with #E958C5

Text Example


Text Example

White with #E958C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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