Html Css Color HEX #E53DDA Free Speech Magenta

📋 copy color: '#E53DDA'

red 229 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Magenta #E53DDA

Tints of Free Speech Magenta #E53DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.01%

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

R = 45.08%
G = 12.01%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E53DDA (or 0xE53DDA) is known color: Free Speech Magenta. HEX triplet: E5, 3D and DA. RGB value is (229,61,218). Sum of RGB (Red+Green+Blue) = 229+61+218=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DDA is #1AC225. Grayscale: #808080. Windows color (decimal): -1753638 or 14302693. OLE color: 14302693.

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

Color convert

RGB 229 61 218 -
CMYK 0 0.73 0.05 0.10
HSL 303.93º 0.76% 0.57% -
HSV(B) 303.93º 0.73% 0.9% -
XYZ 46.64 25.06 68.71 -
YUV 129.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 229 61 218 0 0.73 0.05 0.10 303.93 0.76 0.57
Hex E5 3D DA 0 49 5 A 130 4C 39
Octal 345 75 332 0 111 5 12 460 114 71
Binary 11100101 111101 11011010 0 1001001 101 1010 100110000 1001100 111001

Color Harmonies of #E53DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DDA

Black with #E53DDA

Text Example


Text Example

White with #E53DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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