#E14DCF

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

Shades of Free Speech Magenta #E14DCF

Tints of Free Speech Magenta #E14DCF

Color information

#E14DCF (or 0xE14DCF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and CF. RGB value is (225,77,207). Sum of RGB (Red+Green+Blue) = 225+77+207=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DCF is #1EB230. Grayscale: #878787. Windows color (decimal): -2011697 or 13585889. OLE color: 13585889.

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

Color convert

RGB22577207-
CMYK00.660.080.12
HSL307.3º71.15%59.22%-
HSV(B)307.3º65.78%88.24%-
XYZ44.9725.8261.65-
YUV136.07168.03191.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 77 (30.47% from 255) = 15.13%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=44.20%
G=15.13%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257720700.660.080.12307.371.1559.22
HexE14DCF0428C133473b
Octal3411153170102101446310773
Binary1110000110011011100111101000010100011001001100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DCF; }

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

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

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

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

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

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

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

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