Html Css Color HEX #E53FEC Free Speech Magenta

📋 copy color: '#E53FEC'

red 229 ◦ green 63 ◦ blue 236

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

Shades of Free Speech Magenta #E53FEC

Tints of Free Speech Magenta #E53FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 43.37%
G = 11.93%
B = 44.7%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E53FEC (or 0xE53FEC) is known color: Free Speech Magenta. HEX triplet: E5, 3F and EC. RGB value is (229,63,236). Sum of RGB (Red+Green+Blue) = 229+63+236=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #E53FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FEC is #1AC013. Grayscale: #838383. Windows color (decimal): -1753108 or 15482853. OLE color: 15482853.

HSL color Cylindrical-coordinate representation of color #E53FEC: hue angle of 297.57º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53FEC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 63 236 -
CMYK 0.03 0.73 0 0.07
HSL 297.57º 0.82% 0.59% -
HSV(B) 297.57º 0.73% 0.93% -
XYZ 49.23 26.27 81.83 -
YUV 132.36 186.5 196.93 -
System Red Green Blue C M Y K H S L
Decimal 229 63 236 0.03 0.73 0 0.07 297.57 0.82 0.59
Hex E5 3F EC 3 49 0 7 12A 52 3B
Octal 345 77 354 3 111 0 7 452 122 73
Binary 11100101 111111 11101100 11 1001001 0 111 100101010 1010010 111011

Color Harmonies of #E53FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FEC

Black with #E53FEC

Text Example


Text Example

White with #E53FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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