#E749D9

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

Shades of Free Speech Magenta #E749D9

Tints of Free Speech Magenta #E749D9

Color information

#E749D9 (or 0xE749D9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 49 and D9. RGB value is (231,73,217). Sum of RGB (Red+Green+Blue) = 231+73+217=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D9 is #18B626. Grayscale: #888888. Windows color (decimal): -1619495 or 14240231. OLE color: 14240231.

HSL color Cylindrical-coordinate representation of color #E749D9: hue angle of 305.32º 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 #E749D9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23173217-
CMYK00.680.060.09
HSL305.32º76.7%59.61%-
HSV(B)305.32º68.4%90.59%-
XYZ47.8626.7668.29-
YUV136.66173.35195.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 73 (28.91% from 255) = 14.01%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=44.34%
G=14.01%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317321700.680.060.09305.3276.759.61
HexE749D9044691314d3c
Octal347111331010461146111574
Binary111001111001001110110010100010011010011001100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E749D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E749D9; }

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

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

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

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

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

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

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

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