#E14CC3

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

Shades of Free Speech Magenta #E14CC3

Tints of Free Speech Magenta #E14CC3

Color information

#E14CC3 (or 0xE14CC3) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4C and C3. RGB value is (225,76,195). Sum of RGB (Red+Green+Blue) = 225+76+195=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC3 is #1EB33C. Grayscale: #858585. Windows color (decimal): -2011965 or 12799201. OLE color: 12799201.

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

Color convert

RGB22576195-
CMYK00.660.130.12
HSL312.08º71.29%59.02%-
HSV(B)312.08º66.22%88.24%-
XYZ43.4925.1254.19-
YUV134.12162.36192.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 76 (30.08% from 255) = 15.32%
BLUE value IS 195 (76.56% from 255) = 39.31%
R=45.36%
G=15.32%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257619500.660.130.12312.0871.2959.02
HexE14CC3042DC138473b
Octal3411143030102151447010773
Binary1110000110011001100001101000010110111001001110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14CC3; }

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

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

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

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

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

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

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

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