#E14DD2

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

Shades of Free Speech Magenta #E14DD2

Tints of Free Speech Magenta #E14DD2

Color information

#E14DD2 (or 0xE14DD2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and D2. RGB value is (225,77,210). Sum of RGB (Red+Green+Blue) = 225+77+210=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DD2 is #1EB22D. Grayscale: #888888. Windows color (decimal): -2011694 or 13782497. OLE color: 13782497.

HSL color Cylindrical-coordinate representation of color #E14DD2: hue angle of 306.08º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DD2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB22577210-
CMYK00.660.070.12
HSL306.08º71.15%59.22%-
HSV(B)306.08º65.78%88.24%-
XYZ45.3425.9763.6-
YUV136.41169.53191.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 77 (30.47% from 255) = 15.04%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=43.95%
G=15.04%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257721000.660.070.12306.0871.1559.22
HexE14DD20427C132473b
Octal341115322010271446210773
Binary111000011001101110100100100001011111001001100101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DD2; }

 p { color: rgb(225,77,210); }

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

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

 a { background-color: rgb(225,77,210); }

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

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

 span { border-color: rgb(225,77,210); }

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