#E147F8

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

Shades of Free Speech Magenta #E147F8

Tints of Free Speech Magenta #E147F8

Color information

#E147F8 (or 0xE147F8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 47 and F8. RGB value is (225,71,248). Sum of RGB (Red+Green+Blue) = 225+71+248=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 71 (28.12% from 255 or 13.05% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #E147F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E147F8 is #1EB807. Grayscale: #888888. Windows color (decimal): -2013192 or 16271329. OLE color: 16271329.

HSL color Cylindrical-coordinate representation of color #E147F8: hue angle of 292.2º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E147F8 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22571248-
CMYK0.090.7100.03
HSL292.2º92.67%62.55%-
HSV(B)292.2º71.37%97.25%-
XYZ50.2527.2991.43-
YUV137.22190.52190.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 71 (28.12% from 255) = 13.05%
BLUE value IS 248 (97.27% from 255) = 45.59%
R=41.36%
G=13.05%
B=45.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225712480.090.7100.03292.292.6762.55
HexE147F8947031245d3f
Octal341107370111070344413577
Binary11100001100011111111000100110001110111001001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147F8; }

 p { color: rgb(225,71,248); }

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

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

 a { background-color: rgb(225,71,248); }

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

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

 span { border-color: rgb(225,71,248); }

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