#E134E0

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

Shades of Free Speech Magenta #E134E0

Tints of Free Speech Magenta #E134E0

Color information

#E134E0 (or 0xE134E0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 34 and E0. RGB value is (225,52,224). Sum of RGB (Red+Green+Blue) = 225+52+224=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E134E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134E0 is #1ECB1F. Grayscale: #7A7A7A. Windows color (decimal): -2018080 or 14693601. OLE color: 14693601.

HSL color Cylindrical-coordinate representation of color #E134E0: hue angle of 300.35º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134E0 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22552224-
CMYK00.770.000.12
HSL300.35º74.25%54.31%-
HSV(B)300.35º76.89%88.24%-
XYZ45.7323.8572.71-
YUV123.34184.81200.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 52 (20.70% from 255) = 10.38%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=44.91%
G=10.38%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255222400.770.000.12300.3574.2554.31
HexE134E004D0C12c4a36
Octal34164340011501445411266
Binary111000011101001110000001001101011001001011001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E134E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E134E0; }

 p { color: rgb(225,52,224); }

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

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

 a { background-color: rgb(225,52,224); }

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

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

 span { border-color: rgb(225,52,224); }

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