#E14EBA

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

Shades of Free Speech Magenta #E14EBA

Tints of Free Speech Magenta #E14EBA

Color information

#E14EBA (or 0xE14EBA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4E and BA. RGB value is (225,78,186). Sum of RGB (Red+Green+Blue) = 225+78+186=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EBA is #1EB145. Grayscale: #858585. Windows color (decimal): -2011462 or 12209889. OLE color: 12209889.

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

Color convert

RGB22578186-
CMYK00.650.170.12
HSL315.92º71.01%59.41%-
HSV(B)315.92º65.33%88.24%-
XYZ42.642549.03-
YUV134.26157.2192.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=46.01%
G=15.95%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257818600.650.170.12315.9271.0159.41
HexE14EBA04111C13c473b
Octal3411162720101211447410773
Binary11100001100111010111010010000011000111001001111001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14EBA; }

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

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

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

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

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

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

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

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