#E14DEC

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

Shades of Free Speech Magenta #E14DEC

Tints of Free Speech Magenta #E14DEC

Color information

#E14DEC (or 0xE14DEC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and EC. RGB value is (225,77,236). Sum of RGB (Red+Green+Blue) = 225+77+236=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #E14DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DEC is #1EB213. Grayscale: #8A8A8A. Windows color (decimal): -2011668 or 15486433. OLE color: 15486433.

HSL color Cylindrical-coordinate representation of color #E14DEC: hue angle of 295.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14DEC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22577236-
CMYK0.050.6700.07
HSL295.85º80.71%61.37%-
HSV(B)295.85º67.37%92.55%-
XYZ48.8527.3782.07-
YUV139.38182.53189.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 77 (30.47% from 255) = 14.31%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=41.82%
G=14.31%
B=43.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225772360.050.6700.07295.8580.7161.37
HexE14DEC54307128513d
Octal34111535451030745012175
Binary11100001100110111101100101100001101111001010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DEC; }

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

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

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

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

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

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

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

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