#E55DC6

Color #E55DC6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E55DC6

Tints of Free Speech Magenta #E55DC6

Color information

#E55DC6 (or 0xE55DC6) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5D and C6. RGB value is (229,93,198). Sum of RGB (Red+Green+Blue) = 229+93+198=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DC6 is #1AA239. Grayscale: #919191. Windows color (decimal): -1745466 or 13000165. OLE color: 13000165.

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

Color convert

RGB22993198-
CMYK00.590.140.10
HSL313.68º72.34%63.14%-
HSV(B)313.68º59.39%89.8%-
XYZ46.4228.5656.49-
YUV145.63157.56187.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=44.04%
G=17.88%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299319800.590.140.10313.6872.3463.14
HexE55DC603BEA13a483f
Octal345135306073161247211077
Binary111001011011101110001100111011111010101001110101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DC6; }

 p { color: rgb(229,93,198); }

 H1.HeaderClassName
 {
   color: #E55DC6;
 }
 .AnyTagClassName
 {
   color: #E55DC6;
 }
</style>
background-color css

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

 a { background-color: rgb(229,93,198); }

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

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

 span { border-color: rgb(229,93,198); }

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