#E05FC6

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

Shades of Free Speech Magenta #E05FC6

Tints of Free Speech Magenta #E05FC6

Color information

#E05FC6 (or 0xE05FC6) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5F and C6. RGB value is (224,95,198). Sum of RGB (Red+Green+Blue) = 224+95+198=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FC6 is #1FA039. Grayscale: #919191. Windows color (decimal): -2072634 or 13000672. OLE color: 13000672.

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

Color convert

RGB22495198-
CMYK00.580.120.12
HSL312.09º67.54%62.55%-
HSV(B)312.09º57.59%87.84%-
XYZ45.0328.1156.48-
YUV145.31157.74184.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=43.33%
G=18.38%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249519800.580.120.12312.0967.5462.55
HexE05FC603ACC138443f
Octal340137306072141447010477
Binary111000001011111110001100111010110011001001110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05FC6; }

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

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

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

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

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

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

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

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