Html Css Color HEX #E53ADB Free Speech Magenta

📋 copy color: '#E53ADB'

red 229 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #E53ADB

Tints of Free Speech Magenta #E53ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 45.26%
G = 11.46%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E53ADB (or 0xE53ADB) is known color: Free Speech Magenta. HEX triplet: E5, 3A and DB. RGB value is (229,58,219). Sum of RGB (Red+Green+Blue) = 229+58+219=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ADB is #1AC524. Grayscale: #7F7F7F. Windows color (decimal): -1754405 or 14367461. OLE color: 14367461.

HSL color Cylindrical-coordinate representation of color #E53ADB: hue angle of 303.51º 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 #E53ADB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 58 219 -
CMYK 0 0.75 0.04 0.10
HSL 303.51º 0.77% 0.56% -
HSV(B) 303.51º 0.75% 0.9% -
XYZ 46.61 24.8 69.35 -
YUV 127.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 229 58 219 0 0.75 0.04 0.10 303.51 0.77 0.56
Hex E5 3A DB 0 4B 4 A 130 4D 38
Octal 345 72 333 0 113 4 12 460 115 70
Binary 11100101 111010 11011011 0 1001011 100 1010 100110000 1001101 111000

Color Harmonies of #E53ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53ADB

Black with #E53ADB

Text Example


Text Example

White with #E53ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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