Html Css Color HEX #E959D2 Free Speech Magenta

📋 copy color: '#E959D2'

red 233 ◦ green 89 ◦ blue 210

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

Shades of Free Speech Magenta #E959D2

Tints of Free Speech Magenta #E959D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.47%

R = 43.8%
G = 16.73%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E959D2 (or 0xE959D2) is known color: Free Speech Magenta. HEX triplet: E9, 59 and D2. RGB value is (233,89,210). Sum of RGB (Red+Green+Blue) = 233+89+210=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D2 is #16A62D. Grayscale: #919191. Windows color (decimal): -1484334 or 13785577. OLE color: 13785577.

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

Color convert

RGB 233 89 210 -
CMYK 0 0.62 0.10 0.09
HSL 309.58º 0.77% 0.63% -
HSV(B) 309.58º 0.62% 0.91% -
XYZ 48.81 29.12 64.02 -
YUV 145.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 233 89 210 0 0.62 0.10 0.09 309.58 0.77 0.63
Hex E9 59 D2 0 3E A 9 136 4D 3F
Octal 351 131 322 0 76 12 11 466 115 77
Binary 11101001 1011001 11010010 0 111110 1010 1001 100110110 1001101 111111

Color Harmonies of #E959D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959D2

Black with #E959D2

Text Example


Text Example

White with #E959D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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