#E64FD5

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

Shades of Free Speech Magenta #E64FD5

Tints of Free Speech Magenta #E64FD5

Color information

#E64FD5 (or 0xE64FD5) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4F and D5. RGB value is (230,79,213). Sum of RGB (Red+Green+Blue) = 230+79+213=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FD5 is #19B02A. Grayscale: #8B8B8B. Windows color (decimal): -1683499 or 13979622. OLE color: 13979622.

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

Color convert

RGB23079213-
CMYK00.660.070.10
HSL306.75º75.12%60.59%-
HSV(B)306.75º65.65%90.2%-
XYZ47.4427.2265.7-
YUV139.43169.53192.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 79 (31.25% from 255) = 15.13%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=44.06%
G=15.13%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307921300.660.070.10306.7575.1260.59
HexE64FD50427A1334b3d
Octal346117325010271246311375
Binary111001101001111110101010100001011110101001100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64FD5; }

 p { color: rgb(230,79,213); }

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

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

 a { background-color: rgb(230,79,213); }

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

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

 span { border-color: rgb(230,79,213); }

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