#E449EB

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

Shades of Free Speech Magenta #E449EB

Tints of Free Speech Magenta #E449EB

Color information

#E449EB (or 0xE449EB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and EB. RGB value is (228,73,235). Sum of RGB (Red+Green+Blue) = 228+73+235=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #E449EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449EB is #1BB614. Grayscale: #898989. Windows color (decimal): -1816085 or 15419876. OLE color: 15419876.

HSL color Cylindrical-coordinate representation of color #E449EB: hue angle of 297.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E449EB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22873235-
CMYK0.030.6900.08
HSL297.41º80.2%60.39%-
HSV(B)297.41º68.94%92.16%-
XYZ49.3727.2681.26-
YUV137.81182.85192.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.54%
GREEN value IS 73 (28.91% from 255) = 13.62%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=42.54%
G=13.62%
B=43.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal228732350.030.6900.08297.4180.260.39
HexE449EB34508129503c
Octal344111353310501045112074
Binary11100100100100111101011111000101010001001010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449EB; }

 p { color: rgb(228,73,235); }

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

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

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

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

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

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

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