Html Css Color HEX #E950CE Free Speech Magenta

📋 copy color: '#E950CE'

red 233 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #E950CE

Tints of Free Speech Magenta #E950CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 44.89%
G = 15.41%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E950CE (or 0xE950CE) is known color: Free Speech Magenta. HEX triplet: E9, 50 and CE. RGB value is (233,80,206). Sum of RGB (Red+Green+Blue) = 233+80+206=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E950CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950CE is #16AF31. Grayscale: #8B8B8B. Windows color (decimal): -1486642 or 13521129. OLE color: 13521129.

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

Color convert

RGB 233 80 206 -
CMYK 0 0.66 0.12 0.09
HSL 310.59º 0.78% 0.61% -
HSV(B) 310.59º 0.66% 0.91% -
XYZ 47.61 27.52 61.19 -
YUV 140.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 233 80 206 0 0.66 0.12 0.09 310.59 0.78 0.61
Hex E9 50 CE 0 42 C 9 137 4E 3D
Octal 351 120 316 0 102 14 11 467 116 75
Binary 11101001 1010000 11001110 0 1000010 1100 1001 100110111 1001110 111101

Color Harmonies of #E950CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950CE

Black with #E950CE

Text Example


Text Example

White with #E950CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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