#E14CC1

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

Shades of Free Speech Magenta #E14CC1

Tints of Free Speech Magenta #E14CC1

Color information

#E14CC1 (or 0xE14CC1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4C and C1. RGB value is (225,76,193). Sum of RGB (Red+Green+Blue) = 225+76+193=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CC1 is #1EB33E. Grayscale: #858585. Windows color (decimal): -2011967 or 12668129. OLE color: 12668129.

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

Color convert

RGB22576193-
CMYK00.660.140.12
HSL312.89º71.29%59.02%-
HSV(B)312.89º66.22%88.24%-
XYZ43.2625.0353-
YUV133.89161.36192.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 76 (30.08% from 255) = 15.38%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=45.55%
G=15.38%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257619300.660.140.12312.8971.2959.02
HexE14CC1042EC139473b
Octal3411143010102161447110773
Binary1110000110011001100000101000010111011001001110011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14CC1; }

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

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

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

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

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

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

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

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