#e04fd9

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

Shades of Free Speech Magenta #E04FD9

Tints of Free Speech Magenta #E04FD9

Color information

#E04FD9 (or 0xE04FD9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4F and D9. RGB value is (224,79,217). Sum of RGB (Red+Green+Blue) = 224+79+217=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FD9 is #1FB026. Grayscale: #898989. Windows color (decimal): -2076711 or 14241760. OLE color: 14241760.

HSL color Cylindrical-coordinate representation of color #E04FD9: hue angle of 302.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FD9 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22479217-
CMYK00.650.030.12
HSL302.9º70.05%59.41%-
HSV(B)302.9º64.73%87.84%-
XYZ46.0626.4568.32-
YUV138.09172.54189.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 79 (31.25% from 255) = 15.19%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=43.08%
G=15.19%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247921700.650.030.12302.970.0559.41
HexE04FD90413C12f463b
Octal340117331010131445710673
Binary11100000100111111011001010000011111001001011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04fd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04fd9; }

 p { color: rgb(224,79,217); }

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

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

 a { background-color: rgb(224,79,217); }

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

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

 span { border-color: rgb(224,79,217); }

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