#E14DB7

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

Shades of Free Speech Magenta #E14DB7

Tints of Free Speech Magenta #E14DB7

Color information

#E14DB7 (or 0xE14DB7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and B7. RGB value is (225,77,183). Sum of RGB (Red+Green+Blue) = 225+77+183=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB7 is #1EB248. Grayscale: #858585. Windows color (decimal): -2011721 or 12013025. OLE color: 12013025.

HSL color Cylindrical-coordinate representation of color #E14DB7: hue angle of 317.03º 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 #E14DB7 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB22577183-
CMYK00.660.190.12
HSL317.03º71.15%59.22%-
HSV(B)317.03º65.78%88.24%-
XYZ42.2524.7347.35-
YUV133.34156.03193.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 77 (30.47% from 255) = 15.88%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=46.39%
G=15.88%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257718300.660.190.12317.0371.1559.22
HexE14DB704213C13d473b
Octal3411152670102231447510773
Binary11100001100110110110111010000101001111001001111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DB7; }

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

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

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

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

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

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

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

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