Html Css Color HEX #E53CDF Free Speech Magenta

📋 copy color: '#E53CDF'

red 229 ◦ green 60 ◦ blue 223

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

Shades of Free Speech Magenta #E53CDF

Tints of Free Speech Magenta #E53CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 44.73%
G = 11.72%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E53CDF (or 0xE53CDF) is known color: Free Speech Magenta. HEX triplet: E5, 3C and DF. RGB value is (229,60,223). Sum of RGB (Red+Green+Blue) = 229+60+223=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CDF is #1AC320. Grayscale: #808080. Windows color (decimal): -1753889 or 14630117. OLE color: 14630117.

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

Color convert

RGB 229 60 223 -
CMYK 0 0.74 0.03 0.10
HSL 302.13º 0.76% 0.57% -
HSV(B) 302.13º 0.74% 0.9% -
XYZ 47.25 25.22 72.19 -
YUV 129.11 180.99 199.25 -
System Red Green Blue C M Y K H S L
Decimal 229 60 223 0 0.74 0.03 0.10 302.13 0.76 0.57
Hex E5 3C DF 0 4A 3 A 12E 4C 39
Octal 345 74 337 0 112 3 12 456 114 71
Binary 11100101 111100 11011111 0 1001010 11 1010 100101110 1001100 111001

Color Harmonies of #E53CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CDF

Black with #E53CDF

Text Example


Text Example

White with #E53CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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