#E449BC

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

Shades of Free Speech Magenta #E449BC

Tints of Free Speech Magenta #E449BC

Color information

#E449BC (or 0xE449BC) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and BC. RGB value is (228,73,188). Sum of RGB (Red+Green+Blue) = 228+73+188=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E449BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449BC is #1BB643. Grayscale: #848484. Windows color (decimal): -1816132 or 12339684. OLE color: 12339684.

HSL color Cylindrical-coordinate representation of color #E449BC: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E449BC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22873188-
CMYK00.680.180.11
HSL315.48º74.16%59.02%-
HSV(B)315.48º67.98%89.41%-
XYZ43.4524.8950.09-
YUV132.45159.35196.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.63%
GREEN value IS 73 (28.91% from 255) = 14.93%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=46.63%
G=14.93%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287318800.680.180.11315.4874.1659.02
HexE449BC04412B13b4a3b
Octal3441112740104221347311273
Binary11100100100100110111100010001001001010111001110111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449BC; }

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

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

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

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

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

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

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

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