#E55CD8

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

Shades of Free Speech Magenta #E55CD8

Tints of Free Speech Magenta #E55CD8

Color information

#E55CD8 (or 0xE55CD8) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5C and D8. RGB value is (229,92,216). Sum of RGB (Red+Green+Blue) = 229+92+216=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CD8 is #1AA327. Grayscale: #929292. Windows color (decimal): -1745704 or 14179557. OLE color: 14179557.

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

Color convert

RGB22992216-
CMYK00.600.060.10
HSL305.69º72.49%62.94%-
HSV(B)305.69º59.83%89.8%-
XYZ48.5329.2768.06-
YUV147.1166.89186.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 92 (36.33% from 255) = 17.13%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=42.64%
G=17.13%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299221600.600.060.10305.6972.4962.94
HexE55CD803C6A132483f
Octal34513433007461246211077
Binary11100101101110011011000011110011010101001100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55CD8; }

 p { color: rgb(229,92,216); }

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

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

 a { background-color: rgb(229,92,216); }

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

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

 span { border-color: rgb(229,92,216); }

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