#E55FD7

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

Shades of Free Speech Magenta #E55FD7

Tints of Free Speech Magenta #E55FD7

Color information

#E55FD7 (or 0xE55FD7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5F and D7. RGB value is (229,95,215). Sum of RGB (Red+Green+Blue) = 229+95+215=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FD7 is #1AA028. Grayscale: #949494. Windows color (decimal): -1744937 or 14114789. OLE color: 14114789.

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

Color convert

RGB22995215-
CMYK00.590.060.10
HSL306.27º72.04%63.53%-
HSV(B)306.27º58.52%89.8%-
XYZ48.6729.7567.47-
YUV148.75165.39185.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=42.49%
G=17.63%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299521500.590.060.10306.2772.0463.53
HexE55FD703B6A1324840
Octal345137327073612462110100
Binary111001011011111110101110111011110101010011001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55FD7; }

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

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

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

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

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

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

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

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