Html Css Color HEX #E958D9 Free Speech Magenta

📋 copy color: '#E958D9'

red 233 ◦ green 88 ◦ blue 217

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

Shades of Free Speech Magenta #E958D9

Tints of Free Speech Magenta #E958D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 43.31%
G = 16.36%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E958D9 (or 0xE958D9) is known color: Free Speech Magenta. HEX triplet: E9, 58 and D9. RGB value is (233,88,217). Sum of RGB (Red+Green+Blue) = 233+88+217=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E958D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958D9 is #16A726. Grayscale: #919191. Windows color (decimal): -1484583 or 14244073. OLE color: 14244073.

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

Color convert

RGB 233 88 217 -
CMYK 0 0.62 0.07 0.09
HSL 306.62º 0.77% 0.63% -
HSV(B) 306.62º 0.62% 0.91% -
XYZ 49.62 29.31 68.69 -
YUV 146.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 233 88 217 0 0.62 0.07 0.09 306.62 0.77 0.63
Hex E9 58 D9 0 3E 7 9 133 4D 3F
Octal 351 130 331 0 76 7 11 463 115 77
Binary 11101001 1011000 11011001 0 111110 111 1001 100110011 1001101 111111

Color Harmonies of #E958D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958D9

Black with #E958D9

Text Example


Text Example

White with #E958D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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