#E144F6

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

Shades of Free Speech Magenta #E144F6

Tints of Free Speech Magenta #E144F6

Color information

#E144F6 (or 0xE144F6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 44 and F6. RGB value is (225,68,246). Sum of RGB (Red+Green+Blue) = 225+68+246=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 68 (26.95% from 255 or 12.62% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #E144F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E144F6 is #1EBB09. Grayscale: #868686. Windows color (decimal): -2013962 or 16139489. OLE color: 16139489.

HSL color Cylindrical-coordinate representation of color #E144F6: hue angle of 292.92º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E144F6 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22568246-
CMYK0.090.7200.04
HSL292.92º90.82%61.57%-
HSV(B)292.92º72.36%96.47%-
XYZ49.7526.889.74-
YUV135.23190.51192.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 68 (26.95% from 255) = 12.62%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=41.74%
G=12.62%
B=45.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225682460.090.7200.04292.9290.8261.57
HexE144F6948041255b3e
Octal341104366111100444513376
Binary111000011000100111101101001100100001001001001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E144F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E144F6; }

 p { color: rgb(225,68,246); }

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

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

 a { background-color: rgb(225,68,246); }

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

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

 span { border-color: rgb(225,68,246); }

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