#E45ADD

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

Shades of Free Speech Magenta #E45ADD

Tints of Free Speech Magenta #E45ADD

Color information

#E45ADD (or 0xE45ADD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5A and DD. RGB value is (228,90,221). Sum of RGB (Red+Green+Blue) = 228+90+221=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ADD is #1BA522. Grayscale: #919191. Windows color (decimal): -1811747 or 14506724. OLE color: 14506724.

HSL color Cylindrical-coordinate representation of color #E45ADD: hue angle of 303.04º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45ADD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22890221-
CMYK00.610.030.11
HSL303.04º71.88%62.35%-
HSV(B)303.04º60.53%89.41%-
XYZ48.729.0371.44-
YUV146.2170.22186.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 90 (35.55% from 255) = 16.70%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=42.30%
G=16.70%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289022100.610.030.11303.0471.8862.35
HexE45ADD03D3B12f483e
Octal34413233507531345711076
Binary1110010010110101101110101111011110111001011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45ADD; }

 p { color: rgb(228,90,221); }

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

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

 a { background-color: rgb(228,90,221); }

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

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

 span { border-color: rgb(228,90,221); }

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