#E749E1

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

Shades of Free Speech Magenta #E749E1

Tints of Free Speech Magenta #E749E1

Color information

#E749E1 (or 0xE749E1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 49 and E1. RGB value is (231,73,225). Sum of RGB (Red+Green+Blue) = 231+73+225=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E749E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749E1 is #18B61E. Grayscale: #898989. Windows color (decimal): -1619487 or 14764519. OLE color: 14764519.

HSL color Cylindrical-coordinate representation of color #E749E1: hue angle of 302.28º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749E1 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB23173225-
CMYK00.680.030.09
HSL302.28º76.7%59.61%-
HSV(B)302.28º68.4%90.59%-
XYZ48.9327.1973.9-
YUV137.57177.35194.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 73 (28.91% from 255) = 13.80%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=43.67%
G=13.80%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317322500.680.030.09302.2876.759.61
HexE749E10443912e4d3c
Octal347111341010431145611574
Binary11100111100100111100001010001001110011001011101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E749E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E749E1; }

 p { color: rgb(231,73,225); }

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

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

 a { background-color: rgb(231,73,225); }

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

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

 span { border-color: rgb(231,73,225); }

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