Html Css Color HEX #E541ED Free Speech Magenta

📋 copy color: '#E541ED'

red 229 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #E541ED

Tints of Free Speech Magenta #E541ED

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.24%

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

R = 43.13%
G = 12.24%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E541ED (or 0xE541ED) is known color: Free Speech Magenta. HEX triplet: E5, 41 and ED. RGB value is (229,65,237). Sum of RGB (Red+Green+Blue) = 229+65+237=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #E541ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541ED is #1ABE12. Grayscale: #858585. Windows color (decimal): -1752595 or 15548901. OLE color: 15548901.

HSL color Cylindrical-coordinate representation of color #E541ED: hue angle of 297.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E541ED is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 65 237 -
CMYK 0.03 0.73 0 0.07
HSL 297.21º 0.83% 0.59% -
HSV(B) 297.21º 0.73% 0.93% -
XYZ 49.49 26.55 82.64 -
YUV 133.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 229 65 237 0.03 0.73 0 0.07 297.21 0.83 0.59
Hex E5 41 ED 3 49 0 7 129 53 3B
Octal 345 101 355 3 111 0 7 451 123 73
Binary 11100101 1000001 11101101 11 1001001 0 111 100101001 1010011 111011

Color Harmonies of #E541ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541ED

Black with #E541ED

Text Example


Text Example

White with #E541ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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