#E64DDA

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

Shades of Free Speech Magenta #E64DDA

Tints of Free Speech Magenta #E64DDA

Color information

#E64DDA (or 0xE64DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4D and DA. RGB value is (230,77,218). Sum of RGB (Red+Green+Blue) = 230+77+218=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DDA is #19B225. Grayscale: #8A8A8A. Windows color (decimal): -1684006 or 14306790. OLE color: 14306790.

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

Color convert

RGB23077218-
CMYK00.670.050.10
HSL304.71º75.37%60.2%-
HSV(B)304.71º66.52%90.2%-
XYZ47.9427.1969.05-
YUV138.82172.69193.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.81%
GREEN value IS 77 (30.47% from 255) = 14.67%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=43.81%
G=14.67%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307721800.670.050.10304.7175.3760.2
HexE64DDA0435A1314b3c
Octal346115332010351246111374
Binary111001101001101110110100100001110110101001100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64DDA; }

 p { color: rgb(230,77,218); }

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

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

 a { background-color: rgb(230,77,218); }

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

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

 span { border-color: rgb(230,77,218); }

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