#E05FC0

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

Shades of Free Speech Magenta #E05FC0

Tints of Free Speech Magenta #E05FC0

Color information

#E05FC0 (or 0xE05FC0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5F and C0. RGB value is (224,95,192). Sum of RGB (Red+Green+Blue) = 224+95+192=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FC0 is #1FA03F. Grayscale: #909090. Windows color (decimal): -2072640 or 12607456. OLE color: 12607456.

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

Color convert

RGB22495192-
CMYK00.580.140.12
HSL314.88º67.54%62.55%-
HSV(B)314.88º57.59%87.84%-
XYZ44.3527.8452.9-
YUV144.63154.74184.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=43.84%
G=18.59%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249519200.580.140.12314.8867.5462.55
HexE05FC003AEC13b443f
Octal340137300072161447310477
Binary111000001011111110000000111010111011001001110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05FC0; }

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

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

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

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

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

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

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

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