Html Css Color HEX #E53CD5 Free Speech Magenta

📋 copy color: '#E53CD5'

red 229 ◦ green 60 ◦ blue 213

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

Shades of Free Speech Magenta #E53CD5

Tints of Free Speech Magenta #E53CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 45.62%
G = 11.95%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E53CD5 (or 0xE53CD5) is known color: Free Speech Magenta. HEX triplet: E5, 3C and D5. RGB value is (229,60,213). Sum of RGB (Red+Green+Blue) = 229+60+213=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CD5 is #1AC32A. Grayscale: #7F7F7F. Windows color (decimal): -1753899 or 13974757. OLE color: 13974757.

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

Color convert

RGB 229 60 213 -
CMYK 0 0.74 0.07 0.10
HSL 305.68º 0.76% 0.57% -
HSV(B) 305.68º 0.74% 0.9% -
XYZ 45.94 24.69 65.3 -
YUV 127.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 229 60 213 0 0.74 0.07 0.10 305.68 0.76 0.57
Hex E5 3C D5 0 4A 7 A 132 4C 39
Octal 345 74 325 0 112 7 12 462 114 71
Binary 11100101 111100 11010101 0 1001010 111 1010 100110010 1001100 111001

Color Harmonies of #E53CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CD5

Black with #E53CD5

Text Example


Text Example

White with #E53CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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