Html Css Color HEX #E53CDA Free Speech Magenta

📋 copy color: '#E53CDA'

red 229 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Magenta #E53CDA

Tints of Free Speech Magenta #E53CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

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

R = 45.17%
G = 11.83%
B = 43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E53CDA (or 0xE53CDA) is known color: Free Speech Magenta. HEX triplet: E5, 3C and DA. RGB value is (229,60,218). Sum of RGB (Red+Green+Blue) = 229+60+218=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CDA is #1AC325. Grayscale: #808080. Windows color (decimal): -1753894 or 14302437. OLE color: 14302437.

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

Color convert

RGB 229 60 218 -
CMYK 0 0.74 0.05 0.10
HSL 303.91º 0.76% 0.57% -
HSV(B) 303.91º 0.74% 0.9% -
XYZ 46.58 24.95 68.69 -
YUV 128.54 178.49 199.65 -
System Red Green Blue C M Y K H S L
Decimal 229 60 218 0 0.74 0.05 0.10 303.91 0.76 0.57
Hex E5 3C DA 0 4A 5 A 130 4C 39
Octal 345 74 332 0 112 5 12 460 114 71
Binary 11100101 111100 11011010 0 1001010 101 1010 100110000 1001100 111001

Color Harmonies of #E53CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CDA

Black with #E53CDA

Text Example


Text Example

White with #E53CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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