#E749CA

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

Shades of Free Speech Magenta #E749CA

Tints of Free Speech Magenta #E749CA

Color information

#E749CA (or 0xE749CA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 49 and CA. RGB value is (231,73,202). Sum of RGB (Red+Green+Blue) = 231+73+202=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E749CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749CA is #18B635. Grayscale: #868686. Windows color (decimal): -1619510 or 13257191. OLE color: 13257191.

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

Color convert

RGB23173202-
CMYK00.680.130.09
HSL311.01º76.7%59.61%-
HSV(B)311.01º68.4%90.59%-
XYZ4626.0258.47-
YUV134.95165.85196.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=45.65%
G=14.43%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317320200.680.130.09311.0176.759.61
HexE749CA044D91374d3c
Octal3471113120104151146711574
Binary1110011110010011100101001000100110110011001101111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E749CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E749CA; }

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

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

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

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

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

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

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

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