#E04FBE

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

Shades of Free Speech Magenta #E04FBE

Tints of Free Speech Magenta #E04FBE

Color information

#E04FBE (or 0xE04FBE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4F and BE. RGB value is (224,79,190). Sum of RGB (Red+Green+Blue) = 224+79+190=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FBE is #1FB041. Grayscale: #868686. Windows color (decimal): -2076738 or 12472288. OLE color: 12472288.

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

Color convert

RGB22479190-
CMYK00.650.150.12
HSL314.07º70.05%59.41%-
HSV(B)314.07º64.73%87.84%-
XYZ42.8325.1651.31-
YUV135.01159.04191.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 79 (31.25% from 255) = 16.02%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=45.44%
G=16.02%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247919000.650.150.12314.0770.0559.41
HexE04FBE041FC13a463b
Octal3401172760101171447210673
Binary1110000010011111011111001000001111111001001110101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04FBE; }

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

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

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

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

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

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

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

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