Html Css Color HEX #E53ADD Free Speech Magenta

📋 copy color: '#E53ADD'

red 229 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Magenta #E53ADD

Tints of Free Speech Magenta #E53ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.42%

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 45.08%
G = 11.42%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E53ADD (or 0xE53ADD) is known color: Free Speech Magenta. HEX triplet: E5, 3A and DD. RGB value is (229,58,221). Sum of RGB (Red+Green+Blue) = 229+58+221=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ADD is #1AC522. Grayscale: #7F7F7F. Windows color (decimal): -1754403 or 14498533. OLE color: 14498533.

HSL color Cylindrical-coordinate representation of color #E53ADD: hue angle of 302.81º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53ADD is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 58 221 -
CMYK 0 0.75 0.03 0.10
HSL 302.81º 0.77% 0.56% -
HSV(B) 302.81º 0.75% 0.9% -
XYZ 46.88 24.9 70.74 -
YUV 127.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 229 58 221 0 0.75 0.03 0.10 302.81 0.77 0.56
Hex E5 3A DD 0 4B 3 A 12F 4D 38
Octal 345 72 335 0 113 3 12 457 115 70
Binary 11100101 111010 11011101 0 1001011 11 1010 100101111 1001101 111000

Color Harmonies of #E53ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53ADD

Black with #E53ADD

Text Example


Text Example

White with #E53ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53ADD; }

 p { color: rgb(229,58,221); }

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

background-color css

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

 a { background-color: rgb(229,58,221); }

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

border-color css

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

 span { border-color: rgb(229,58,221); }

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