#E14EE2

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

Shades of Free Speech Magenta #E14EE2

Tints of Free Speech Magenta #E14EE2

Color information

#E14EE2 (or 0xE14EE2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4E and E2. RGB value is (225,78,226). Sum of RGB (Red+Green+Blue) = 225+78+226=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #E14EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EE2 is #1EB11D. Grayscale: #8A8A8A. Windows color (decimal): -2011422 or 14831329. OLE color: 14831329.

HSL color Cylindrical-coordinate representation of color #E14EE2: hue angle of 299.59º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14EE2 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22578226-
CMYK0.000.6500.11
HSL299.59º71.84%59.61%-
HSV(B)299.59º65.49%88.63%-
XYZ47.526.9574.65-
YUV138.82177.2189.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 78 (30.86% from 255) = 14.74%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=42.53%
G=14.74%
B=42.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal225782260.000.6500.11299.5971.8459.61
HexE14EE20410B12c483c
Octal341116342010101345411074
Binary1110000110011101110001001000001010111001011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14EE2; }

 p { color: rgb(225,78,226); }

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

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

 a { background-color: rgb(225,78,226); }

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

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

 span { border-color: rgb(225,78,226); }

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