Html Css Color HEX #E55EDC Free Speech Magenta

📋 copy color: '#E55EDC'

red 229 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #E55EDC

Tints of Free Speech Magenta #E55EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 42.17%
G = 17.31%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E55EDC (or 0xE55EDC) is known color: Free Speech Magenta. HEX triplet: E5, 5E and DC. RGB value is (229,94,220). Sum of RGB (Red+Green+Blue) = 229+94+220=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55EDC is #1AA123. Grayscale: #949494. Windows color (decimal): -1745188 or 14442213. OLE color: 14442213.

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

Color convert

RGB 229 94 220 -
CMYK 0 0.59 0.04 0.10
HSL 304º 0.72% 0.63% -
HSV(B) 304º 0.59% 0.9% -
XYZ 49.23 29.83 70.87 -
YUV 148.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 229 94 220 0 0.59 0.04 0.10 304 0.72 0.63
Hex E5 5E DC 0 3B 4 A 130 48 3F
Octal 345 136 334 0 73 4 12 460 110 77
Binary 11100101 1011110 11011100 0 111011 100 1010 100110000 1001000 111111

Color Harmonies of #E55EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55EDC

Black with #E55EDC

Text Example


Text Example

White with #E55EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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