#E64ED8

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

Shades of Free Speech Magenta #E64ED8

Tints of Free Speech Magenta #E64ED8

Color information

#E64ED8 (or 0xE64ED8) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4E and D8. RGB value is (230,78,216). Sum of RGB (Red+Green+Blue) = 230+78+216=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ED8 is #19B127. Grayscale: #8A8A8A. Windows color (decimal): -1683752 or 14175974. OLE color: 14175974.

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

Color convert

RGB23078216-
CMYK00.660.060.10
HSL305.53º75.25%60.39%-
HSV(B)305.53º66.09%90.2%-
XYZ47.7527.2367.7-
YUV139.18171.36192.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.89%
GREEN value IS 78 (30.86% from 255) = 14.89%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=43.89%
G=14.89%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307821600.660.060.10305.5375.2560.39
HexE64ED80426A1324b3c
Octal346116330010261246211374
Binary111001101001110110110000100001011010101001100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64ED8; }

 p { color: rgb(230,78,216); }

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

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

 a { background-color: rgb(230,78,216); }

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

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

 span { border-color: rgb(230,78,216); }

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