Html Css Color HEX #E950ED Free Speech Magenta

📋 copy color: '#E950ED'

red 233 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E950ED

Tints of Free Speech Magenta #E950ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 42.36%
G = 14.55%
B = 43.09%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E950ED (or 0xE950ED) is known color: Free Speech Magenta. HEX triplet: E9, 50 and ED. RGB value is (233,80,237). Sum of RGB (Red+Green+Blue) = 233+80+237=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #E950ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950ED is #16AF12. Grayscale: #8F8F8F. Windows color (decimal): -1486611 or 15552745. OLE color: 15552745.

HSL color Cylindrical-coordinate representation of color #E950ED: hue angle of 298.47º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950ED is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 80 237 -
CMYK 0.02 0.66 0 0.07
HSL 298.47º 0.81% 0.62% -
HSV(B) 298.47º 0.66% 0.93% -
XYZ 51.76 29.18 83.02 -
YUV 143.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 233 80 237 0.02 0.66 0 0.07 298.47 0.81 0.62
Hex E9 50 ED 2 42 0 7 12A 51 3E
Octal 351 120 355 2 102 0 7 452 121 76
Binary 11101001 1010000 11101101 10 1000010 0 111 100101010 1010001 111110

Color Harmonies of #E950ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950ED

Black with #E950ED

Text Example


Text Example

White with #E950ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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