#E455E4

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

Shades of Free Speech Magenta #E455E4

Tints of Free Speech Magenta #E455E4

Color information

#E455E4 (or 0xE455E4) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 55 and E4. RGB value is (228,85,228). Sum of RGB (Red+Green+Blue) = 228+85+228=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E455E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455E4 is #1BAA1B. Grayscale: #8F8F8F. Windows color (decimal): -1813020 or 14964196. OLE color: 14964196.

HSL color Cylindrical-coordinate representation of color #E455E4: hue angle of 300º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455E4 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22885228-
CMYK00.6300.11
HSL300º72.59%61.37%-
HSV(B)300º62.72%89.41%-
XYZ49.2528.5976.32-
YUV144.06175.38187.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 85 (33.59% from 255) = 15.71%
BLUE value IS 228 (89.45% from 255) = 42.14%
R=42.14%
G=15.71%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288522800.6300.1130072.5961.37
HexE455E403F0B12c493d
Octal34412534407701345411175
Binary111001001010101111001000111111010111001011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455E4; }

 p { color: rgb(228,85,228); }

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

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

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

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

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

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

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