Html Css Color HEX #E53EDD Free Speech Magenta

📋 copy color: '#E53EDD'

red 229 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #E53EDD

Tints of Free Speech Magenta #E53EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 44.73%
G = 12.11%
B = 43.16%

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

#E53EDD (or 0xE53EDD) is known color: Free Speech Magenta. HEX triplet: E5, 3E and DD. RGB value is (229,62,221). Sum of RGB (Red+Green+Blue) = 229+62+221=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EDD is #1AC122. Grayscale: #818181. Windows color (decimal): -1753379 or 14499557. OLE color: 14499557.

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

Color convert

RGB 229 62 221 -
CMYK 0 0.73 0.03 0.10
HSL 302.87º 0.76% 0.57% -
HSV(B) 302.87º 0.73% 0.9% -
XYZ 47.09 25.32 70.81 -
YUV 130.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 229 62 221 0 0.73 0.03 0.10 302.87 0.76 0.57
Hex E5 3E DD 0 49 3 A 12F 4C 39
Octal 345 76 335 0 111 3 12 457 114 71
Binary 11100101 111110 11011101 0 1001001 11 1010 100101111 1001100 111001

Color Harmonies of #E53EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EDD

Black with #E53EDD

Text Example


Text Example

White with #E53EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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