Html Css Color HEX #E131ED Free Speech Magenta

📋 copy color: '#E131ED'

red 225 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #E131ED

Tints of Free Speech Magenta #E131ED

RGB

 RED value IS 225 (88.28% from 255) = 44.03%

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

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

R = 44.03%
G = 9.59%
B = 46.38%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E131ED (or 0xE131ED) is known color: Free Speech Magenta. HEX triplet: E1, 31 and ED. RGB value is (225,49,237). Sum of RGB (Red+Green+Blue) = 225+49+237=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #E131ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131ED is #1ECE12. Grayscale: #7A7A7A. Windows color (decimal): -2018835 or 15544801. OLE color: 15544801.

HSL color Cylindrical-coordinate representation of color #E131ED: hue angle of 296.17º 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 #E131ED is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 49 237 -
CMYK 0.05 0.79 0 0.07
HSL 296.17º 0.84% 0.56% -
HSV(B) 296.17º 0.79% 0.93% -
XYZ 47.44 24.32 82.31 -
YUV 123.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 225 49 237 0.05 0.79 0 0.07 296.17 0.84 0.56
Hex E1 31 ED 5 4F 0 7 128 54 38
Octal 341 61 355 5 117 0 7 450 124 70
Binary 11100001 110001 11101101 101 1001111 0 111 100101000 1010100 111000

Color Harmonies of #E131ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131ED

Black with #E131ED

Text Example


Text Example

White with #E131ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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