#E055D9

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

Shades of Free Speech Magenta #E055D9

Tints of Free Speech Magenta #E055D9

Color information

#E055D9 (or 0xE055D9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and D9. RGB value is (224,85,217). Sum of RGB (Red+Green+Blue) = 224+85+217=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E055D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055D9 is #1FAA26. Grayscale: #8D8D8D. Windows color (decimal): -2075175 or 14243296. OLE color: 14243296.

HSL color Cylindrical-coordinate representation of color #E055D9: hue angle of 303.02º 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 #E055D9 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22485217-
CMYK00.620.030.12
HSL303.02º69.15%60.59%-
HSV(B)303.02º62.05%87.84%-
XYZ46.5127.3568.47-
YUV141.61170.55186.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=42.59%
G=16.16%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248521700.620.030.12303.0269.1560.59
HexE055D903E3C12f453d
Octal34012533107631445710575
Binary1110000010101011101100101111101111001001011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055D9; }

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

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

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

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

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

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

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

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