#E55FCF

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

Shades of Free Speech Magenta #E55FCF

Tints of Free Speech Magenta #E55FCF

Color information

#E55FCF (or 0xE55FCF) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5F and CF. RGB value is (229,95,207). Sum of RGB (Red+Green+Blue) = 229+95+207=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FCF is #1AA030. Grayscale: #939393. Windows color (decimal): -1744945 or 13590501. OLE color: 13590501.

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

Color convert

RGB22995207-
CMYK00.590.100.10
HSL309.85º72.04%63.53%-
HSV(B)309.85º58.52%89.8%-
XYZ47.6729.3562.18-
YUV147.83161.39185.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=43.13%
G=17.89%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299520700.590.100.10309.8572.0463.53
HexE55FCF03BAA1364840
Octal3451373170731212466110100
Binary1110010110111111100111101110111010101010011011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55FCF; }

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

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

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

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

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

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

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

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