#E55FC1

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

Shades of Free Speech Magenta #E55FC1

Tints of Free Speech Magenta #E55FC1

Color information

#E55FC1 (or 0xE55FC1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5F and C1. RGB value is (229,95,193). Sum of RGB (Red+Green+Blue) = 229+95+193=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FC1 is #1AA03E. Grayscale: #919191. Windows color (decimal): -1744959 or 12672997. OLE color: 12672997.

HSL color Cylindrical-coordinate representation of color #E55FC1: hue angle of 316.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FC1 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB22995193-
CMYK00.590.160.10
HSL316.12º72.04%63.53%-
HSV(B)316.12º58.52%89.8%-
XYZ46.0328.6953.56-
YUV146.24154.39187.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=44.29%
G=18.38%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299519300.590.160.10316.1272.0463.53
HexE55FC103B10A13c4840
Octal3451373010732012474110100
Binary11100101101111111000001011101110000101010011110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55FC1; }

 p { color: rgb(229,95,193); }

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

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

 a { background-color: rgb(229,95,193); }

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

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

 span { border-color: rgb(229,95,193); }

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