Html Css Color HEX #E53EDA Free Speech Magenta

📋 copy color: '#E53EDA'

red 229 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #E53EDA

Tints of Free Speech Magenta #E53EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.18%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 44.99%
G = 12.18%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E53EDA (or 0xE53EDA) is known color: Free Speech Magenta. HEX triplet: E5, 3E and DA. RGB value is (229,62,218). Sum of RGB (Red+Green+Blue) = 229+62+218=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EDA is #1AC125. Grayscale: #818181. Windows color (decimal): -1753382 or 14302949. OLE color: 14302949.

HSL color Cylindrical-coordinate representation of color #E53EDA: hue angle of 303.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53EDA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 62 218 -
CMYK 0 0.73 0.05 0.10
HSL 303.95º 0.76% 0.57% -
HSV(B) 303.95º 0.73% 0.9% -
XYZ 46.69 25.17 68.73 -
YUV 129.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 229 62 218 0 0.73 0.05 0.10 303.95 0.76 0.57
Hex E5 3E DA 0 49 5 A 130 4C 39
Octal 345 76 332 0 111 5 12 460 114 71
Binary 11100101 111110 11011010 0 1001001 101 1010 100110000 1001100 111001

Color Harmonies of #E53EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EDA

Black with #E53EDA

Text Example


Text Example

White with #E53EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EDA; }

 p { color: rgb(229,62,218); }

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

background-color css

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

 a { background-color: rgb(229,62,218); }

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

border-color css

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

 span { border-color: rgb(229,62,218); }

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