#E53DD9

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

Shades of Free Speech Magenta #E53DD9

Tints of Free Speech Magenta #E53DD9

Color information

#E53DD9 (or 0xE53DD9) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3D and D9. RGB value is (229,61,217). Sum of RGB (Red+Green+Blue) = 229+61+217=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DD9 is #1AC226. Grayscale: #808080. Windows color (decimal): -1753639 or 14237157. OLE color: 14237157.

HSL color Cylindrical-coordinate representation of color #E53DD9: hue angle of 304.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DD9 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB22961217-
CMYK00.730.050.10
HSL304.29º76.36%56.86%-
HSV(B)304.29º73.36%89.8%-
XYZ46.5125.0168.02-
YUV129.02177.66199.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=45.17%
G=12.03%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296121700.730.050.10304.2976.3656.86
HexE53DD90495A1304c39
Octal34575331011151246011471
Binary11100101111101110110010100100110110101001100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DD9; }

 p { color: rgb(229,61,217); }

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

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

 a { background-color: rgb(229,61,217); }

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

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

 span { border-color: rgb(229,61,217); }

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