#E451DD

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

Shades of Free Speech Magenta #E451DD

Tints of Free Speech Magenta #E451DD

Color information

#E451DD (or 0xE451DD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 51 and DD. RGB value is (228,81,221). Sum of RGB (Red+Green+Blue) = 228+81+221=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E451DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E451DD is #1BAE22. Grayscale: #8C8C8C. Windows color (decimal): -1814051 or 14504420. OLE color: 14504420.

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

Color convert

RGB22881221-
CMYK00.640.030.11
HSL302.86º73.13%60.59%-
HSV(B)302.86º64.47%89.41%-
XYZ47.9927.671.2-
YUV140.91173.2190.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 81 (32.03% from 255) = 15.28%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=43.02%
G=15.28%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288122100.640.030.11302.8673.1360.59
HexE451DD0403B12f493d
Octal344121335010031345711175
Binary11100100101000111011101010000001110111001011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E451DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E451DD; }

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

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

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

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

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

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

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

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