#E05FB9

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

Shades of Free Speech Magenta #E05FB9

Tints of Free Speech Magenta #E05FB9

Color information

#E05FB9 (or 0xE05FB9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5F and B9. RGB value is (224,95,185). Sum of RGB (Red+Green+Blue) = 224+95+185=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FB9 is #1FA046. Grayscale: #8F8F8F. Windows color (decimal): -2072647 or 12148704. OLE color: 12148704.

HSL color Cylindrical-coordinate representation of color #E05FB9: hue angle of 318.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05FB9 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22495185-
CMYK00.580.170.12
HSL318.14º67.54%62.55%-
HSV(B)318.14º57.59%87.84%-
XYZ43.5927.5348.92-
YUV143.83151.24185.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=44.44%
G=18.85%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249518500.580.170.12318.1467.5462.55
HexE05FB903A11C13e443f
Octal340137271072211447610477
Binary1110000010111111011100101110101000111001001111101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05FB9; }

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

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

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

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

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

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

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

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