#E449ED

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

Shades of Free Speech Magenta #E449ED

Tints of Free Speech Magenta #E449ED

Color information

#E449ED (or 0xE449ED) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and ED. RGB value is (228,73,237). Sum of RGB (Red+Green+Blue) = 228+73+237=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #E449ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449ED is #1BB612. Grayscale: #898989. Windows color (decimal): -1816083 or 15550948. OLE color: 15550948.

HSL color Cylindrical-coordinate representation of color #E449ED: hue angle of 296.71º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E449ED is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22873237-
CMYK0.040.6900.07
HSL296.71º82%60.78%-
HSV(B)296.71º69.2%92.94%-
XYZ49.6627.3782.79-
YUV138.04183.85192.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 13.57%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=42.38%
G=13.57%
B=44.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228732370.040.6900.07296.718260.78
HexE449ED44507129523d
Octal34411135541050745112275
Binary11100100100100111101101100100010101111001010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449ED; }

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

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

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

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

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

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

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

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