#E448D3

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

Shades of Free Speech Magenta #E448D3

Tints of Free Speech Magenta #E448D3

Color information

#E448D3 (or 0xE448D3) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 48 and D3. RGB value is (228,72,211). Sum of RGB (Red+Green+Blue) = 228+72+211=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E448D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448D3 is #1BB72C. Grayscale: #868686. Windows color (decimal): -1816365 or 13846756. OLE color: 13846756.

HSL color Cylindrical-coordinate representation of color #E448D3: hue angle of 306.54º 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 #E448D3 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB22872211-
CMYK00.680.070.11
HSL306.54º74.29%58.82%-
HSV(B)306.54º68.42%89.41%-
XYZ46.0725.8364.19-
YUV134.49171.18194.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.62%
GREEN value IS 72 (28.52% from 255) = 14.09%
BLUE value IS 211 (82.81% from 255) = 41.29%
R=44.62%
G=14.09%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287221100.680.070.11306.5474.2958.82
HexE448D30447B1334a3b
Octal344110323010471346311273
Binary111001001001000110100110100010011110111001100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448D3; }

 p { color: rgb(228,72,211); }

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

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

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

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

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

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

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