#E64ACD

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

Shades of Free Speech Magenta #E64ACD

Tints of Free Speech Magenta #E64ACD

Color information

#E64ACD (or 0xE64ACD) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4A and CD. RGB value is (230,74,205). Sum of RGB (Red+Green+Blue) = 230+74+205=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ACD is #19B532. Grayscale: #878787. Windows color (decimal): -1684787 or 13454054. OLE color: 13454054.

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

Color convert

RGB23074205-
CMYK00.680.110.10
HSL309.62º75.73%59.61%-
HSV(B)309.62º67.83%90.2%-
XYZ46.126.1360.37-
YUV135.58167.18195.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 74 (29.30% from 255) = 14.54%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=45.19%
G=14.54%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307420500.680.110.10309.6275.7359.61
HexE64ACD044BA1364c3c
Octal3461123150104131246611474
Binary1110011010010101100110101000100101110101001101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64ACD; }

 p { color: rgb(230,74,205); }

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

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

 a { background-color: rgb(230,74,205); }

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

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

 span { border-color: rgb(230,74,205); }

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