Html Css Color HEX #E959DA Free Speech Magenta

📋 copy color: '#E959DA'

red 233 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #E959DA

Tints of Free Speech Magenta #E959DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 43.15%
G = 16.48%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E959DA (or 0xE959DA) is known color: Free Speech Magenta. HEX triplet: E9, 59 and DA. RGB value is (233,89,218). Sum of RGB (Red+Green+Blue) = 233+89+218=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E959DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959DA is #16A625. Grayscale: #929292. Windows color (decimal): -1484326 or 14309865. OLE color: 14309865.

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

Color convert

RGB 233 89 218 -
CMYK 0 0.62 0.06 0.09
HSL 306.25º 0.77% 0.63% -
HSV(B) 306.25º 0.62% 0.91% -
XYZ 49.83 29.53 69.4 -
YUV 146.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 233 89 218 0 0.62 0.06 0.09 306.25 0.77 0.63
Hex E9 59 DA 0 3E 6 9 132 4D 3F
Octal 351 131 332 0 76 6 11 462 115 77
Binary 11101001 1011001 11011010 0 111110 110 1001 100110010 1001101 111111

Color Harmonies of #E959DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959DA

Black with #E959DA

Text Example


Text Example

White with #E959DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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