#E14CC5

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

Shades of Free Speech Magenta #E14CC5

Tints of Free Speech Magenta #E14CC5

Color information

#E14CC5 (or 0xE14CC5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4C and C5. RGB value is (225,76,197). Sum of RGB (Red+Green+Blue) = 225+76+197=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC5 is #1EB33A. Grayscale: #868686. Windows color (decimal): -2011963 or 12930273. OLE color: 12930273.

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

Color convert

RGB22576197-
CMYK00.660.120.12
HSL311.28º71.29%59.02%-
HSV(B)311.28º66.22%88.24%-
XYZ43.7125.2155.38-
YUV134.34163.36192.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 76 (30.08% from 255) = 15.26%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=45.18%
G=15.26%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257619700.660.120.12311.2871.2959.02
HexE14CC5042CC137473b
Octal3411143050102141446710773
Binary1110000110011001100010101000010110011001001101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14CC5; }

 p { color: rgb(225,76,197); }

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

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

 a { background-color: rgb(225,76,197); }

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

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

 span { border-color: rgb(225,76,197); }

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