Html Css Color HEX #E53EDE Free Speech Magenta

📋 copy color: '#E53EDE'

red 229 ◦ green 62 ◦ blue 222

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

Shades of Free Speech Magenta #E53EDE

Tints of Free Speech Magenta #E53EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.09%

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

R = 44.64%
G = 12.09%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E53EDE (or 0xE53EDE) is known color: Free Speech Magenta. HEX triplet: E5, 3E and DE. RGB value is (229,62,222). Sum of RGB (Red+Green+Blue) = 229+62+222=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EDE is #1AC121. Grayscale: #818181. Windows color (decimal): -1753378 or 14565093. OLE color: 14565093.

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

Color convert

RGB 229 62 222 -
CMYK 0 0.73 0.03 0.10
HSL 302.52º 0.76% 0.57% -
HSV(B) 302.52º 0.73% 0.9% -
XYZ 47.22 25.38 71.52 -
YUV 130.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 229 62 222 0 0.73 0.03 0.10 302.52 0.76 0.57
Hex E5 3E DE 0 49 3 A 12F 4C 39
Octal 345 76 336 0 111 3 12 457 114 71
Binary 11100101 111110 11011110 0 1001001 11 1010 100101111 1001100 111001

Color Harmonies of #E53EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EDE

Black with #E53EDE

Text Example


Text Example

White with #E53EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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