#E74ADC

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

Shades of Free Speech Magenta #E74ADC

Tints of Free Speech Magenta #E74ADC

Color information

#E74ADC (or 0xE74ADC) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4A and DC. RGB value is (231,74,220). Sum of RGB (Red+Green+Blue) = 231+74+220=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ADC is #18B523. Grayscale: #898989. Windows color (decimal): -1619236 or 14437095. OLE color: 14437095.

HSL color Cylindrical-coordinate representation of color #E74ADC: hue angle of 304.2º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74ADC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB23174220-
CMYK00.680.050.09
HSL304.2º76.59%59.8%-
HSV(B)304.2º67.97%90.59%-
XYZ48.3227.0570.39-
YUV137.59174.51194.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 74 (29.30% from 255) = 14.10%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=44%
G=14.10%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317422000.680.050.09304.276.5959.8
HexE74ADC044591304d3c
Octal347112334010451146011574
Binary111001111001010110111000100010010110011001100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74ADC; }

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

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

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

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

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

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

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

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