#E55DBD

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

Shades of Free Speech Magenta #E55DBD

Tints of Free Speech Magenta #E55DBD

Color information

#E55DBD (or 0xE55DBD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5D and BD. RGB value is (229,93,189). Sum of RGB (Red+Green+Blue) = 229+93+189=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DBD is #1AA242. Grayscale: #909090. Windows color (decimal): -1745475 or 12410341. OLE color: 12410341.

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

Color convert

RGB22993189-
CMYK00.590.170.10
HSL317.65º72.34%63.14%-
HSV(B)317.65º59.39%89.8%-
XYZ45.4128.1651.19-
YUV144.61153.06188.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=44.81%
G=18.20%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299318900.590.170.10317.6572.3463.14
HexE55DBD03B11A13e483f
Octal345135275073211247611077
Binary1110010110111011011110101110111000110101001111101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DBD; }

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

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

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

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

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

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

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

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