Html Css Color HEX #E950C4 Free Speech Magenta

📋 copy color: '#E950C4'

red 233 ◦ green 80 ◦ blue 196

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

Shades of Free Speech Magenta #E950C4

Tints of Free Speech Magenta #E950C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 45.78%
G = 15.72%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E950C4 (or 0xE950C4) is known color: Free Speech Magenta. HEX triplet: E9, 50 and C4. RGB value is (233,80,196). Sum of RGB (Red+Green+Blue) = 233+80+196=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E950C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950C4 is #16AF3B. Grayscale: #8A8A8A. Windows color (decimal): -1486652 or 12865769. OLE color: 12865769.

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

Color convert

RGB 233 80 196 -
CMYK 0 0.66 0.16 0.09
HSL 314.51º 0.78% 0.61% -
HSV(B) 314.51º 0.66% 0.91% -
XYZ 46.44 27.05 55 -
YUV 138.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 233 80 196 0 0.66 0.16 0.09 314.51 0.78 0.61
Hex E9 50 C4 0 42 10 9 13B 4E 3D
Octal 351 120 304 0 102 20 11 473 116 75
Binary 11101001 1010000 11000100 0 1000010 10000 1001 100111011 1001110 111101

Color Harmonies of #E950C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950C4

Black with #E950C4

Text Example


Text Example

White with #E950C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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