Html Css Color HEX #E53DF4 Free Speech Magenta

📋 copy color: '#E53DF4'

red 229 ◦ green 61 ◦ blue 244

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

Shades of Free Speech Magenta #E53DF4

Tints of Free Speech Magenta #E53DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 42.88%
G = 11.42%
B = 45.69%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E53DF4 (or 0xE53DF4) is known color: Free Speech Magenta. HEX triplet: E5, 3D and F4. RGB value is (229,61,244). Sum of RGB (Red+Green+Blue) = 229+61+244=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 61 (24.22% from 255 or 11.42% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #E53DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DF4 is #1AC20B. Grayscale: #838383. Windows color (decimal): -1753612 or 16006629. OLE color: 16006629.

HSL color Cylindrical-coordinate representation of color #E53DF4: hue angle of 295.08º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53DF4 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 61 244 -
CMYK 0.06 0.75 0 0.04
HSL 295.08º 0.89% 0.6% -
HSV(B) 295.08º 0.75% 0.96% -
XYZ 50.31 26.53 88.06 -
YUV 132.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 229 61 244 0.06 0.75 0 0.04 295.08 0.89 0.6
Hex E5 3D F4 6 4B 0 4 127 59 3C
Octal 345 75 364 6 113 0 4 447 131 74
Binary 11100101 111101 11110100 110 1001011 0 100 100100111 1011001 111100

Color Harmonies of #E53DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DF4

Black with #E53DF4

Text Example


Text Example

White with #E53DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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