#E055D1

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

Shades of Free Speech Magenta #E055D1

Tints of Free Speech Magenta #E055D1

Color information

#E055D1 (or 0xE055D1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and D1. RGB value is (224,85,209). Sum of RGB (Red+Green+Blue) = 224+85+209=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E055D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055D1 is #1FAA2E. Grayscale: #8C8C8C. Windows color (decimal): -2075183 or 13719008. OLE color: 13719008.

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

Color convert

RGB22485209-
CMYK00.620.070.12
HSL306.47º69.15%60.59%-
HSV(B)306.47º62.05%87.84%-
XYZ45.526.9563.13-
YUV140.7166.55187.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=43.24%
G=16.41%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248520900.620.070.12306.4769.1560.59
HexE055D103E7C132453d
Octal34012532107671446210575
Binary11100000101010111010001011111011111001001100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055D1; }

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

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

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

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

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

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

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

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