Html Css Color HEX #E958C9 Free Speech Magenta

📋 copy color: '#E958C9'

red 233 ◦ green 88 ◦ blue 201

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

Shades of Free Speech Magenta #E958C9

Tints of Free Speech Magenta #E958C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 44.64%
G = 16.86%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E958C9 (or 0xE958C9) is known color: Free Speech Magenta. HEX triplet: E9, 58 and C9. RGB value is (233,88,201). Sum of RGB (Red+Green+Blue) = 233+88+201=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E958C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958C9 is #16A736. Grayscale: #8F8F8F. Windows color (decimal): -1484599 or 13195497. OLE color: 13195497.

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

Color convert

RGB 233 88 201 -
CMYK 0 0.62 0.14 0.09
HSL 313.24º 0.77% 0.63% -
HSV(B) 313.24º 0.62% 0.91% -
XYZ 47.64 28.52 58.25 -
YUV 144.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 233 88 201 0 0.62 0.14 0.09 313.24 0.77 0.63
Hex E9 58 C9 0 3E E 9 139 4D 3F
Octal 351 130 311 0 76 16 11 471 115 77
Binary 11101001 1011000 11001001 0 111110 1110 1001 100111001 1001101 111111

Color Harmonies of #E958C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958C9

Black with #E958C9

Text Example


Text Example

White with #E958C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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