#E45DDA

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

Shades of Free Speech Magenta #E45DDA

Tints of Free Speech Magenta #E45DDA

Color information

#E45DDA (or 0xE45DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5D and DA. RGB value is (228,93,218). Sum of RGB (Red+Green+Blue) = 228+93+218=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DDA is #1BA225. Grayscale: #939393. Windows color (decimal): -1810982 or 14310884. OLE color: 14310884.

HSL color Cylindrical-coordinate representation of color #E45DDA: hue angle of 304.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DDA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22893218-
CMYK00.590.040.11
HSL304.44º71.43%62.94%-
HSV(B)304.44º59.21%89.41%-
XYZ48.5629.3869.44-
YUV147.61167.73185.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=42.30%
G=17.25%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289321800.590.040.11304.4471.4362.94
HexE45DDA03B4B130473f
Octal34413533207341346010777
Binary11100100101110111011010011101110010111001100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DDA; }

 p { color: rgb(228,93,218); }

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

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

 a { background-color: rgb(228,93,218); }

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

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

 span { border-color: rgb(228,93,218); }

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