#E455F2

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

Shades of Free Speech Magenta #E455F2

Tints of Free Speech Magenta #E455F2

Color information

#E455F2 (or 0xE455F2) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 55 and F2. RGB value is (228,85,242). Sum of RGB (Red+Green+Blue) = 228+85+242=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #E455F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E455F2 is #1BAA0D. Grayscale: #919191. Windows color (decimal): -1813006 or 15881700. OLE color: 15881700.

HSL color Cylindrical-coordinate representation of color #E455F2: hue angle of 294.65º degrees, saturation: 0.86, 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 #E455F2 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22885242-
CMYK0.060.6500.05
HSL294.65º85.79%64.12%-
HSV(B)294.65º64.88%94.9%-
XYZ51.2729.486.98-
YUV145.66182.38186.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 85 (33.59% from 255) = 15.32%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=41.08%
G=15.32%
B=43.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal228852420.060.6500.05294.6585.7964.12
HexE455F2641051275640
Octal344125362610105447126100
Binary111001001010101111100101101000001010110010011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455F2; }

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

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

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

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

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

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

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

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