#E14DDF

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

Shades of Free Speech Magenta #E14DDF

Tints of Free Speech Magenta #E14DDF

Color information

#E14DDF (or 0xE14DDF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and DF. RGB value is (225,77,223). Sum of RGB (Red+Green+Blue) = 225+77+223=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DDF is #1EB220. Grayscale: #898989. Windows color (decimal): -2011681 or 14634465. OLE color: 14634465.

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

Color convert

RGB22577223-
CMYK00.660.010.12
HSL300.81º71.15%59.22%-
HSV(B)300.81º65.78%88.24%-
XYZ47.0226.6472.48-
YUV137.9176.03190.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 14.67%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=42.86%
G=14.67%
B=42.48%

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
Decimal2257722300.660.010.12300.8171.1559.22
HexE14DDF0421C12d473b
Octal341115337010211445510773
Binary1110000110011011101111101000010111001001011011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DDF; }

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

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

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

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

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

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

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

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