Html Css Color HEX #E531ED Free Speech Magenta

📋 copy color: '#E531ED'

red 229 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #E531ED

Tints of Free Speech Magenta #E531ED

RGB

 RED value IS 229 (89.84% from 255) = 44.47%

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

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

R = 44.47%
G = 9.51%
B = 46.02%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E531ED (or 0xE531ED) is known color: Free Speech Magenta. HEX triplet: E5, 31 and ED. RGB value is (229,49,237). Sum of RGB (Red+Green+Blue) = 229+49+237=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #E531ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531ED is #1ACE12. Grayscale: #7B7B7B. Windows color (decimal): -1756691 or 15544805. OLE color: 15544805.

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

Color convert

RGB 229 49 237 -
CMYK 0.03 0.79 0 0.07
HSL 297.45º 0.84% 0.56% -
HSV(B) 297.45º 0.79% 0.93% -
XYZ 48.7 24.97 82.37 -
YUV 124.25 191.63 202.71 -
System Red Green Blue C M Y K H S L
Decimal 229 49 237 0.03 0.79 0 0.07 297.45 0.84 0.56
Hex E5 31 ED 3 4F 0 7 129 54 38
Octal 345 61 355 3 117 0 7 451 124 70
Binary 11100101 110001 11101101 11 1001111 0 111 100101001 1010100 111000

Color Harmonies of #E531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531ED

Black with #E531ED

Text Example


Text Example

White with #E531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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