#E450BD

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

Shades of Free Speech Magenta #E450BD

Tints of Free Speech Magenta #E450BD

Color information

#E450BD (or 0xE450BD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 50 and BD. RGB value is (228,80,189). Sum of RGB (Red+Green+Blue) = 228+80+189=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E450BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450BD is #1BAF42. Grayscale: #888888. Windows color (decimal): -1814339 or 12407012. OLE color: 12407012.

HSL color Cylindrical-coordinate representation of color #E450BD: hue angle of 315.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450BD is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22880189-
CMYK00.650.170.11
HSL315.81º73.27%60.39%-
HSV(B)315.81º64.91%89.41%-
XYZ44.0525.9150.82-
YUV136.68157.53193.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.88%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=45.88%
G=16.10%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288018900.650.170.11315.8173.2760.39
HexE450BD04111B13c493c
Octal3441202750101211347411174
Binary11100100101000010111101010000011000110111001111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E450BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E450BD; }

 p { color: rgb(228,80,189); }

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

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

 a { background-color: rgb(228,80,189); }

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

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

 span { border-color: rgb(228,80,189); }

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