#E055ED

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

Shades of Free Speech Magenta #E055ED

Tints of Free Speech Magenta #E055ED

Color information

#E055ED (or 0xE055ED) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and ED. RGB value is (224,85,237). Sum of RGB (Red+Green+Blue) = 224+85+237=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E055ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055ED is #1FAA12. Grayscale: #8F8F8F. Windows color (decimal): -2075155 or 15554016. OLE color: 15554016.

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

Color convert

RGB22485237-
CMYK0.050.6400.07
HSL294.87º80.85%63.14%-
HSV(B)294.87º64.14%92.94%-
XYZ49.2828.4683.02-
YUV143.89180.55185.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 85 (33.59% from 255) = 15.57%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=41.03%
G=15.57%
B=43.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224852370.050.6400.07294.8780.8563.14
HexE055ED54007127513f
Octal34012535551000744712177
Binary11100000101010111101101101100000001111001001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055ED; }

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

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

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

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

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

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

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

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