#E055D8

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

Shades of Free Speech Magenta #E055D8

Tints of Free Speech Magenta #E055D8

Color information

#E055D8 (or 0xE055D8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and D8. RGB value is (224,85,216). Sum of RGB (Red+Green+Blue) = 224+85+216=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E055D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055D8 is #1FAA27. Grayscale: #8D8D8D. Windows color (decimal): -2075176 or 14177760. OLE color: 14177760.

HSL color Cylindrical-coordinate representation of color #E055D8: hue angle of 303.45º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055D8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22485216-
CMYK00.620.040.12
HSL303.45º69.15%60.59%-
HSV(B)303.45º62.05%87.84%-
XYZ46.3827.367.79-
YUV141.5170.05186.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 85 (33.59% from 255) = 16.19%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=42.67%
G=16.19%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248521600.620.040.12303.4569.1560.59
HexE055D803E4C12f453d
Octal34012533007641445710575
Binary11100000101010111011000011111010011001001011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055D8; }

 p { color: rgb(224,85,216); }

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

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

 a { background-color: rgb(224,85,216); }

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

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

 span { border-color: rgb(224,85,216); }

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