#E745C8

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

Shades of Free Speech Magenta #E745C8

Tints of Free Speech Magenta #E745C8

Color information

#E745C8 (or 0xE745C8) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 45 and C8. RGB value is (231,69,200). Sum of RGB (Red+Green+Blue) = 231+69+200=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E745C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E745C8 is #18BA37. Grayscale: #848484. Windows color (decimal): -1620536 or 13125095. OLE color: 13125095.

HSL color Cylindrical-coordinate representation of color #E745C8: hue angle of 311.48º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745C8 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23169200-
CMYK00.700.130.09
HSL311.48º77.14%58.82%-
HSV(B)311.48º70.13%90.59%-
XYZ45.5125.4257.15-
YUV132.37166.17198.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 69 (27.34% from 255) = 13.8%
BLUE value IS 200 (78.52% from 255) = 40%
R=46.2%
G=13.8%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316920000.700.130.09311.4877.1458.82
HexE745C8046D91374d3b
Octal3471053100106151146711573
Binary1110011110001011100100001000110110110011001101111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E745C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E745C8; }

 p { color: rgb(231,69,200); }

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

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

 a { background-color: rgb(231,69,200); }

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

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

 span { border-color: rgb(231,69,200); }

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