Html Css Color HEX #E53FDA Free Speech Magenta

📋 copy color: '#E53FDA'

red 229 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Magenta #E53FDA

Tints of Free Speech Magenta #E53FDA

RGB

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

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

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

R = 44.9%
G = 12.35%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E53FDA (or 0xE53FDA) is known color: Free Speech Magenta. HEX triplet: E5, 3F and DA. RGB value is (229,63,218). Sum of RGB (Red+Green+Blue) = 229+63+218=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDA is #1AC025. Grayscale: #818181. Windows color (decimal): -1753126 or 14303205. OLE color: 14303205.

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

Color convert

RGB 229 63 218 -
CMYK 0 0.72 0.05 0.10
HSL 303.98º 0.76% 0.57% -
HSV(B) 303.98º 0.72% 0.9% -
XYZ 46.75 25.27 68.74 -
YUV 130.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 229 63 218 0 0.72 0.05 0.10 303.98 0.76 0.57
Hex E5 3F DA 0 48 5 A 130 4C 39
Octal 345 77 332 0 110 5 12 460 114 71
Binary 11100101 111111 11011010 0 1001000 101 1010 100110000 1001100 111001

Color Harmonies of #E53FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FDA

Black with #E53FDA

Text Example


Text Example

White with #E53FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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