#E75CC8

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

Shades of Free Speech Magenta #E75CC8

Tints of Free Speech Magenta #E75CC8

Color information

#E75CC8 (or 0xE75CC8) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5C and C8. RGB value is (231,92,200). Sum of RGB (Red+Green+Blue) = 231+92+200=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CC8 is #18A337. Grayscale: #919191. Windows color (decimal): -1614648 or 13130983. OLE color: 13130983.

HSL color Cylindrical-coordinate representation of color #E75CC8: hue angle of 313.38º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CC8 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23192200-
CMYK00.600.130.09
HSL313.38º74.33%63.33%-
HSV(B)313.38º60.17%90.59%-
XYZ47.2128.8157.72-
YUV145.87158.55188.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=44.17%
G=17.59%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319220000.600.130.09313.3874.3363.33
HexE75CC803CD91394a3f
Octal347134310074151147111277
Binary111001111011100110010000111100110110011001110011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CC8; }

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

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

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

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

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

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

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

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