Html Css Color HEX #E53EDB Free Speech Magenta

📋 copy color: '#E53EDB'

red 229 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #E53EDB

Tints of Free Speech Magenta #E53EDB

RGB

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

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

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

R = 44.9%
G = 12.16%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E53EDB (or 0xE53EDB) is known color: Free Speech Magenta. HEX triplet: E5, 3E and DB. RGB value is (229,62,219). Sum of RGB (Red+Green+Blue) = 229+62+219=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EDB is #1AC124. Grayscale: #818181. Windows color (decimal): -1753381 or 14368485. OLE color: 14368485.

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

Color convert

RGB 229 62 219 -
CMYK 0 0.73 0.04 0.10
HSL 303.59º 0.76% 0.57% -
HSV(B) 303.59º 0.73% 0.9% -
XYZ 46.82 25.22 69.42 -
YUV 129.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 229 62 219 0 0.73 0.04 0.10 303.59 0.76 0.57
Hex E5 3E DB 0 49 4 A 130 4C 39
Octal 345 76 333 0 111 4 12 460 114 71
Binary 11100101 111110 11011011 0 1001001 100 1010 100110000 1001100 111001

Color Harmonies of #E53EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EDB

Black with #E53EDB

Text Example


Text Example

White with #E53EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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