Html Css Color HEX #E961D9 Free Speech Magenta

📋 copy color: '#E961D9'

red 233 ◦ green 97 ◦ blue 217

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

Shades of Free Speech Magenta #E961D9

Tints of Free Speech Magenta #E961D9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.73%

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

R = 42.6%
G = 17.73%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E961D9 (or 0xE961D9) is known color: Free Speech Magenta. HEX triplet: E9, 61 and D9. RGB value is (233,97,217). Sum of RGB (Red+Green+Blue) = 233+97+217=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E961D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961D9 is #169E26. Grayscale: #979797. Windows color (decimal): -1482279 or 14246377. OLE color: 14246377.

HSL color Cylindrical-coordinate representation of color #E961D9: hue angle of 307.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961D9 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 97 217 -
CMYK 0 0.58 0.07 0.09
HSL 307.06º 0.76% 0.65% -
HSV(B) 307.06º 0.58% 0.91% -
XYZ 50.4 30.88 68.95 -
YUV 151.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 233 97 217 0 0.58 0.07 0.09 307.06 0.76 0.65
Hex E9 61 D9 0 3A 7 9 133 4C 41
Octal 351 141 331 0 72 7 11 463 114 101
Binary 11101001 1100001 11011001 0 111010 111 1001 100110011 1001100 1000001

Color Harmonies of #E961D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961D9

Black with #E961D9

Text Example


Text Example

White with #E961D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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