Html Css Color HEX #E53FDB Free Speech Magenta

📋 copy color: '#E53FDB'

red 229 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Magenta #E53FDB

Tints of Free Speech Magenta #E53FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.33%

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

R = 44.81%
G = 12.33%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E53FDB (or 0xE53FDB) is known color: Free Speech Magenta. HEX triplet: E5, 3F and DB. RGB value is (229,63,219). Sum of RGB (Red+Green+Blue) = 229+63+219=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDB is #1AC024. Grayscale: #818181. Windows color (decimal): -1753125 or 14368741. OLE color: 14368741.

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

Color convert

RGB 229 63 219 -
CMYK 0 0.72 0.04 0.10
HSL 303.61º 0.76% 0.57% -
HSV(B) 303.61º 0.72% 0.9% -
XYZ 46.88 25.33 69.44 -
YUV 130.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 229 63 219 0 0.72 0.04 0.10 303.61 0.76 0.57
Hex E5 3F DB 0 48 4 A 130 4C 39
Octal 345 77 333 0 110 4 12 460 114 71
Binary 11100101 111111 11011011 0 1001000 100 1010 100110000 1001100 111001

Color Harmonies of #E53FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FDB

Black with #E53FDB

Text Example


Text Example

White with #E53FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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