Html Css Color HEX #E55ED7 Free Speech Magenta

📋 copy color: '#E55ED7'

red 229 ◦ green 94 ◦ blue 215

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

Shades of Free Speech Magenta #E55ED7

Tints of Free Speech Magenta #E55ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 42.57%
G = 17.47%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E55ED7 (or 0xE55ED7) is known color: Free Speech Magenta. HEX triplet: E5, 5E and D7. RGB value is (229,94,215). Sum of RGB (Red+Green+Blue) = 229+94+215=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ED7 is #1AA128. Grayscale: #939393. Windows color (decimal): -1745193 or 14114533. OLE color: 14114533.

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

Color convert

RGB 229 94 215 -
CMYK 0 0.59 0.06 0.10
HSL 306.22º 0.72% 0.63% -
HSV(B) 306.22º 0.59% 0.9% -
XYZ 48.58 29.57 67.44 -
YUV 148.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 229 94 215 0 0.59 0.06 0.10 306.22 0.72 0.63
Hex E5 5E D7 0 3B 6 A 132 48 3F
Octal 345 136 327 0 73 6 12 462 110 77
Binary 11100101 1011110 11010111 0 111011 110 1010 100110010 1001000 111111

Color Harmonies of #E55ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55ED7

Black with #E55ED7

Text Example


Text Example

White with #E55ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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