#E14DBC

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

Shades of Free Speech Magenta #E14DBC

Tints of Free Speech Magenta #E14DBC

Color information

#E14DBC (or 0xE14DBC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and BC. RGB value is (225,77,188). Sum of RGB (Red+Green+Blue) = 225+77+188=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DBC is #1EB243. Grayscale: #858585. Windows color (decimal): -2011716 or 12340705. OLE color: 12340705.

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

Color convert

RGB22577188-
CMYK00.660.160.12
HSL315º71.15%59.22%-
HSV(B)315º65.78%88.24%-
XYZ42.7824.9550.14-
YUV133.91158.53192.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 77 (30.47% from 255) = 15.71%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=45.92%
G=15.71%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257718800.660.160.1231571.1559.22
HexE14DBC04210C13b473b
Octal3411152740102201447310773
Binary11100001100110110111100010000101000011001001110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DBC; }

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

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

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

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

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

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

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

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