#E451D8

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

Shades of Free Speech Magenta #E451D8

Tints of Free Speech Magenta #E451D8

Color information

#E451D8 (or 0xE451D8) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 51 and D8. RGB value is (228,81,216). Sum of RGB (Red+Green+Blue) = 228+81+216=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E451D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E451D8 is #1BAE27. Grayscale: #8B8B8B. Windows color (decimal): -1814056 or 14176740. OLE color: 14176740.

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

Color convert

RGB22881216-
CMYK00.640.050.11
HSL304.9º73.13%60.59%-
HSV(B)304.9º64.47%89.41%-
XYZ47.3327.3467.75-
YUV140.34170.7190.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 81 (32.03% from 255) = 15.43%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=43.43%
G=15.43%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288121600.640.050.11304.973.1360.59
HexE451D80405B131493d
Octal344121330010051346111175
Binary111001001010001110110000100000010110111001100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E451D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E451D8; }

 p { color: rgb(228,81,216); }

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

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

 a { background-color: rgb(228,81,216); }

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

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

 span { border-color: rgb(228,81,216); }

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