Html Css Color HEX #E55ED9 Free Speech Magenta

📋 copy color: '#E55ED9'

red 229 ◦ green 94 ◦ blue 217

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

Shades of Free Speech Magenta #E55ED9

Tints of Free Speech Magenta #E55ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.41%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 42.41%
G = 17.41%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E55ED9 (or 0xE55ED9) is known color: Free Speech Magenta. HEX triplet: E5, 5E and D9. RGB value is (229,94,217). Sum of RGB (Red+Green+Blue) = 229+94+217=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ED9 is #1AA126. Grayscale: #949494. Windows color (decimal): -1745191 or 14245605. OLE color: 14245605.

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

Color convert

RGB 229 94 217 -
CMYK 0 0.59 0.05 0.10
HSL 305.33º 0.72% 0.63% -
HSV(B) 305.33º 0.59% 0.9% -
XYZ 48.84 29.67 68.8 -
YUV 148.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 229 94 217 0 0.59 0.05 0.10 305.33 0.72 0.63
Hex E5 5E D9 0 3B 5 A 131 48 3F
Octal 345 136 331 0 73 5 12 461 110 77
Binary 11100101 1011110 11011001 0 111011 101 1010 100110001 1001000 111111

Color Harmonies of #E55ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55ED9

Black with #E55ED9

Text Example


Text Example

White with #E55ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55ED9; }

 p { color: rgb(229,94,217); }

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

background-color css

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

 a { background-color: rgb(229,94,217); }

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

border-color css

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

 span { border-color: rgb(229,94,217); }

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