#E75AC3

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

Shades of Free Speech Magenta #E75AC3

Tints of Free Speech Magenta #E75AC3

Color information

#E75AC3 (or 0xE75AC3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5A and C3. RGB value is (231,90,195). Sum of RGB (Red+Green+Blue) = 231+90+195=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75AC3 is #18A53C. Grayscale: #8F8F8F. Windows color (decimal): -1615165 or 12802791. OLE color: 12802791.

HSL color Cylindrical-coordinate representation of color #E75AC3: hue angle of 315.32º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75AC3 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23190195-
CMYK00.610.160.09
HSL315.32º74.6%62.94%-
HSV(B)315.32º61.04%90.59%-
XYZ46.4628.2454.63-
YUV144.13156.71189.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=44.77%
G=17.44%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319019500.610.160.09315.3274.662.94
HexE75AC303D10913b4b3f
Octal347132303075201147311377
Binary1110011110110101100001101111011000010011001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AC3; }

 p { color: rgb(231,90,195); }

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

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

 a { background-color: rgb(231,90,195); }

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

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

 span { border-color: rgb(231,90,195); }

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