#E04FB9

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

Shades of Free Speech Magenta #E04FB9

Tints of Free Speech Magenta #E04FB9

Color information

#E04FB9 (or 0xE04FB9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4F and B9. RGB value is (224,79,185). Sum of RGB (Red+Green+Blue) = 224+79+185=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FB9 is #1FB046. Grayscale: #868686. Windows color (decimal): -2076743 or 12144608. OLE color: 12144608.

HSL color Cylindrical-coordinate representation of color #E04FB9: hue angle of 316.14º 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 #E04FB9 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22479185-
CMYK00.650.170.12
HSL316.14º70.05%59.41%-
HSV(B)316.14º64.73%87.84%-
XYZ42.2924.9448.48-
YUV134.44156.54191.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=45.90%
G=16.19%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247918500.650.170.12316.1470.0559.41
HexE04FB904111C13c463b
Octal3401172710101211447410673
Binary11100000100111110111001010000011000111001001111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04FB9; }

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

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

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

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

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

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

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

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