#E14EBE

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

Shades of Free Speech Magenta #E14EBE

Tints of Free Speech Magenta #E14EBE

Color information

#E14EBE (or 0xE14EBE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4E and BE. RGB value is (225,78,190). Sum of RGB (Red+Green+Blue) = 225+78+190=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EBE is #1EB141. Grayscale: #868686. Windows color (decimal): -2011458 or 12472033. OLE color: 12472033.

HSL color Cylindrical-coordinate representation of color #E14EBE: hue angle of 314.29º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14EBE is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22578190-
CMYK00.650.160.12
HSL314.29º71.01%59.41%-
HSV(B)314.29º65.33%88.24%-
XYZ43.0725.1751.3-
YUV134.72159.2192.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=45.64%
G=15.82%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257819000.650.160.12314.2971.0159.41
HexE14EBE04110C13a473b
Octal3411162760101201447210773
Binary11100001100111010111110010000011000011001001110101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14EBE; }

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

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

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

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

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

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

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

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