Html Css Color HEX #E950D9 Free Speech Magenta

📋 copy color: '#E950D9'

red 233 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #E950D9

Tints of Free Speech Magenta #E950D9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

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

R = 43.96%
G = 15.09%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E950D9 (or 0xE950D9) is known color: Free Speech Magenta. HEX triplet: E9, 50 and D9. RGB value is (233,80,217). Sum of RGB (Red+Green+Blue) = 233+80+217=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E950D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950D9 is #16AF26. Grayscale: #8C8C8C. Windows color (decimal): -1486631 or 14242025. OLE color: 14242025.

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

Color convert

RGB 233 80 217 -
CMYK 0 0.66 0.07 0.09
HSL 306.27º 0.78% 0.61% -
HSV(B) 306.27º 0.66% 0.91% -
XYZ 49 28.07 68.48 -
YUV 141.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 233 80 217 0 0.66 0.07 0.09 306.27 0.78 0.61
Hex E9 50 D9 0 42 7 9 132 4E 3D
Octal 351 120 331 0 102 7 11 462 116 75
Binary 11101001 1010000 11011001 0 1000010 111 1001 100110010 1001110 111101

Color Harmonies of #E950D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950D9

Black with #E950D9

Text Example


Text Example

White with #E950D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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