Html Css Color HEX #E53FDE Free Speech Magenta

📋 copy color: '#E53FDE'

red 229 ◦ green 63 ◦ blue 222

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

Shades of Free Speech Magenta #E53FDE

Tints of Free Speech Magenta #E53FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 44.55%
G = 12.26%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E53FDE (or 0xE53FDE) is known color: Free Speech Magenta. HEX triplet: E5, 3F and DE. RGB value is (229,63,222). Sum of RGB (Red+Green+Blue) = 229+63+222=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDE is #1AC021. Grayscale: #828282. Windows color (decimal): -1753122 or 14565349. OLE color: 14565349.

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

Color convert

RGB 229 63 222 -
CMYK 0 0.72 0.03 0.10
HSL 302.53º 0.76% 0.57% -
HSV(B) 302.53º 0.72% 0.9% -
XYZ 47.28 25.49 71.54 -
YUV 130.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 229 63 222 0 0.72 0.03 0.10 302.53 0.76 0.57
Hex E5 3F DE 0 48 3 A 12F 4C 39
Octal 345 77 336 0 110 3 12 457 114 71
Binary 11100101 111111 11011110 0 1001000 11 1010 100101111 1001100 111001

Color Harmonies of #E53FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FDE

Black with #E53FDE

Text Example


Text Example

White with #E53FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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