#E14DDE

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

Shades of Free Speech Magenta #E14DDE

Tints of Free Speech Magenta #E14DDE

Color information

#E14DDE (or 0xE14DDE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and DE. RGB value is (225,77,222). Sum of RGB (Red+Green+Blue) = 225+77+222=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DDE is #1EB221. Grayscale: #898989. Windows color (decimal): -2011682 or 14568929. OLE color: 14568929.

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

Color convert

RGB22577222-
CMYK00.660.010.12
HSL301.22º71.15%59.22%-
HSV(B)301.22º65.78%88.24%-
XYZ46.8926.5971.77-
YUV137.78175.53190.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=42.94%
G=14.69%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257722200.660.010.12301.2271.1559.22
HexE14DDE0421C12d473b
Octal341115336010211445510773
Binary1110000110011011101111001000010111001001011011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DDE; }

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

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

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

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

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

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

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

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