Html Css Color HEX #E950C9 Free Speech Magenta

📋 copy color: '#E950C9'

red 233 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #E950C9

Tints of Free Speech Magenta #E950C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 45.33%
G = 15.56%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E950C9 (or 0xE950C9) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C9. RGB value is (233,80,201). Sum of RGB (Red+Green+Blue) = 233+80+201=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C9 is #16AF36. Grayscale: #8B8B8B. Windows color (decimal): -1486647 or 13193449. OLE color: 13193449.

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

Color convert

RGB 233 80 201 -
CMYK 0 0.66 0.14 0.09
HSL 312.55º 0.78% 0.61% -
HSV(B) 312.55º 0.66% 0.91% -
XYZ 47.02 27.28 58.05 -
YUV 139.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 233 80 201 0 0.66 0.14 0.09 312.55 0.78 0.61
Hex E9 50 C9 0 42 E 9 139 4E 3D
Octal 351 120 311 0 102 16 11 471 116 75
Binary 11101001 1010000 11001001 0 1000010 1110 1001 100111001 1001110 111101

Color Harmonies of #E950C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950C9

Black with #E950C9

Text Example


Text Example

White with #E950C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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