Html Css Color HEX #E537ED Free Speech Magenta

📋 copy color: '#E537ED'

red 229 ◦ green 55 ◦ blue 237

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

Shades of Free Speech Magenta #E537ED

Tints of Free Speech Magenta #E537ED

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.56%

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

R = 43.95%
G = 10.56%
B = 45.49%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E537ED (or 0xE537ED) is known color: Free Speech Magenta. HEX triplet: E5, 37 and ED. RGB value is (229,55,237). Sum of RGB (Red+Green+Blue) = 229+55+237=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #E537ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E537ED is #1AC812. Grayscale: #7F7F7F. Windows color (decimal): -1755155 or 15546341. OLE color: 15546341.

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

Color convert

RGB 229 55 237 -
CMYK 0.03 0.77 0 0.07
HSL 297.36º 0.83% 0.57% -
HSV(B) 297.36º 0.77% 0.93% -
XYZ 48.97 25.5 82.46 -
YUV 127.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 229 55 237 0.03 0.77 0 0.07 297.36 0.83 0.57
Hex E5 37 ED 3 4D 0 7 129 53 39
Octal 345 67 355 3 115 0 7 451 123 71
Binary 11100101 110111 11101101 11 1001101 0 111 100101001 1010011 111001

Color Harmonies of #E537ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E537ED

Black with #E537ED

Text Example


Text Example

White with #E537ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E537ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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