Html Css Color HEX #E959D6 Free Speech Magenta

📋 copy color: '#E959D6'

red 233 ◦ green 89 ◦ blue 214

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

Shades of Free Speech Magenta #E959D6

Tints of Free Speech Magenta #E959D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.6%

 BLUE value IS 214 (83.98% from 255) = 39.93%

R = 43.47%
G = 16.6%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E959D6 (or 0xE959D6) is known color: Free Speech Magenta. HEX triplet: E9, 59 and D6. RGB value is (233,89,214). Sum of RGB (Red+Green+Blue) = 233+89+214=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D6 is #16A629. Grayscale: #919191. Windows color (decimal): -1484330 or 14047721. OLE color: 14047721.

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

Color convert

RGB 233 89 214 -
CMYK 0 0.62 0.08 0.09
HSL 307.92º 0.77% 0.63% -
HSV(B) 307.92º 0.62% 0.91% -
XYZ 49.31 29.32 66.68 -
YUV 146.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 233 89 214 0 0.62 0.08 0.09 307.92 0.77 0.63
Hex E9 59 D6 0 3E 8 9 134 4D 3F
Octal 351 131 326 0 76 10 11 464 115 77
Binary 11101001 1011001 11010110 0 111110 1000 1001 100110100 1001101 111111

Color Harmonies of #E959D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959D6

Black with #E959D6

Text Example


Text Example

White with #E959D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959D6; }

 p { color: rgb(233,89,214); }

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

background-color css

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

 a { background-color: rgb(233,89,214); }

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

border-color css

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

 span { border-color: rgb(233,89,214); }

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