#E055F1

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

Shades of Free Speech Magenta #E055F1

Tints of Free Speech Magenta #E055F1

Color information

#E055F1 (or 0xE055F1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and F1. RGB value is (224,85,241). Sum of RGB (Red+Green+Blue) = 224+85+241=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #E055F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055F1 is #1FAA0E. Grayscale: #8F8F8F. Windows color (decimal): -2075151 or 15816160. OLE color: 15816160.

HSL color Cylindrical-coordinate representation of color #E055F1: hue angle of 293.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E055F1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22485241-
CMYK0.070.6500.05
HSL293.46º84.78%63.92%-
HSV(B)293.46º64.73%94.51%-
XYZ49.8728.786.13-
YUV144.34182.55184.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 85 (33.59% from 255) = 15.45%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=40.73%
G=15.45%
B=43.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224852410.070.6500.05293.4684.7863.92
HexE055F1741051255540
Octal340125361710105445125100
Binary111000001010101111100011111000001010110010010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055F1; }

 p { color: rgb(224,85,241); }

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

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

 a { background-color: rgb(224,85,241); }

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

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

 span { border-color: rgb(224,85,241); }

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