#E14AD6

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

Shades of Free Speech Magenta #E14AD6

Tints of Free Speech Magenta #E14AD6

Color information

#E14AD6 (or 0xE14AD6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4A and D6. RGB value is (225,74,214). Sum of RGB (Red+Green+Blue) = 225+74+214=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AD6 is #1EB529. Grayscale: #868686. Windows color (decimal): -2012458 or 14043873. OLE color: 14043873.

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

Color convert

RGB22574214-
CMYK00.670.050.12
HSL304.37º71.56%58.63%-
HSV(B)304.37º67.11%88.24%-
XYZ45.6425.7666.19-
YUV135.11172.53192.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 74 (29.30% from 255) = 14.42%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=43.86%
G=14.42%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257421400.670.050.12304.3771.5658.63
HexE14AD60435C130483b
Octal341112326010351446011073
Binary111000011001010110101100100001110111001001100001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14AD6; }

 p { color: rgb(225,74,214); }

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

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

 a { background-color: rgb(225,74,214); }

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

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

 span { border-color: rgb(225,74,214); }

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