Html Css Color HEX #E331ED Free Speech Magenta

📋 copy color: '#E331ED'

red 227 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #E331ED

Tints of Free Speech Magenta #E331ED

RGB

 RED value IS 227 (89.06% from 255) = 44.25%

 GREEN value IS 49 (19.53% from 255) = 9.55%

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

R = 44.25%
G = 9.55%
B = 46.2%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E331ED (or 0xE331ED) is known color: Free Speech Magenta. HEX triplet: E3, 31 and ED. RGB value is (227,49,237). Sum of RGB (Red+Green+Blue) = 227+49+237=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #E331ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331ED is #1CCE12. Grayscale: #7B7B7B. Windows color (decimal): -1887763 or 15544803. OLE color: 15544803.

HSL color Cylindrical-coordinate representation of color #E331ED: hue angle of 296.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E331ED is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 49 237 -
CMYK 0.04 0.79 0 0.07
HSL 296.81º 0.84% 0.56% -
HSV(B) 296.81º 0.79% 0.93% -
XYZ 48.06 24.64 82.34 -
YUV 123.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 227 49 237 0.04 0.79 0 0.07 296.81 0.84 0.56
Hex E3 31 ED 4 4F 0 7 129 54 38
Octal 343 61 355 4 117 0 7 451 124 70
Binary 11100011 110001 11101101 100 1001111 0 111 100101001 1010100 111000

Color Harmonies of #E331ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331ED

Black with #E331ED

Text Example


Text Example

White with #E331ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331ED; }

 p { color: rgb(227,49,237); }

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

background-color css

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

 a { background-color: rgb(227,49,237); }

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

border-color css

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

 span { border-color: rgb(227,49,237); }

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