#E45ADC

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

Shades of Free Speech Magenta #E45ADC

Tints of Free Speech Magenta #E45ADC

Color information

#E45ADC (or 0xE45ADC) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5A and DC. RGB value is (228,90,220). Sum of RGB (Red+Green+Blue) = 228+90+220=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ADC is #1BA523. Grayscale: #919191. Windows color (decimal): -1811748 or 14441188. OLE color: 14441188.

HSL color Cylindrical-coordinate representation of color #E45ADC: hue angle of 303.48º 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 #E45ADC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22890220-
CMYK00.610.040.11
HSL303.48º71.88%62.35%-
HSV(B)303.48º60.53%89.41%-
XYZ48.5728.9770.74-
YUV146.08169.72186.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.38%
GREEN value IS 90 (35.55% from 255) = 16.73%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=42.38%
G=16.73%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289022000.610.040.11303.4871.8862.35
HexE45ADC03D4B12f483e
Octal34413233407541345711076
Binary11100100101101011011100011110110010111001011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45ADC; }

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

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

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

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

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

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

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

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