#E54ADC

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

Shades of Free Speech Magenta #E54ADC

Tints of Free Speech Magenta #E54ADC

Color information

#E54ADC (or 0xE54ADC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4A and DC. RGB value is (229,74,220). Sum of RGB (Red+Green+Blue) = 229+74+220=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADC is #1AB523. Grayscale: #888888. Windows color (decimal): -1750308 or 14437093. OLE color: 14437093.

HSL color Cylindrical-coordinate representation of color #E54ADC: hue angle of 303.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54ADC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22974220-
CMYK00.680.040.10
HSL303.48º74.88%59.41%-
HSV(B)303.48º67.69%89.8%-
XYZ47.6826.7270.36-
YUV136.99174.85193.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 74 (29.30% from 255) = 14.15%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=43.79%
G=14.15%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297422000.680.040.10303.4874.8859.41
HexE54ADC0444A12f4b3b
Octal345112334010441245711373
Binary111001011001010110111000100010010010101001011111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54ADC; }

 p { color: rgb(229,74,220); }

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

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

 a { background-color: rgb(229,74,220); }

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

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

 span { border-color: rgb(229,74,220); }

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