#E75EE5

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

Shades of Free Speech Magenta #E75EE5

Tints of Free Speech Magenta #E75EE5

Color information

#E75EE5 (or 0xE75EE5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5E and E5. RGB value is (231,94,229). Sum of RGB (Red+Green+Blue) = 231+94+229=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EE5 is #18A11A. Grayscale: #959595. Windows color (decimal): -1614107 or 15032039. OLE color: 15032039.

HSL color Cylindrical-coordinate representation of color #E75EE5: hue angle of 300.88º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75EE5 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB23194229-
CMYK00.590.010.09
HSL300.88º74.05%63.73%-
HSV(B)300.88º59.31%90.59%-
XYZ51.130.6577.35-
YUV150.35172.39185.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 94 (37.11% from 255) = 16.97%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=41.70%
G=16.97%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319422900.590.010.09300.8874.0563.73
HexE75EE503B1912d4a40
Octal347136345073111455112100
Binary1110011110111101110010101110111100110010110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EE5; }

 p { color: rgb(231,94,229); }

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

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

 a { background-color: rgb(231,94,229); }

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

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

 span { border-color: rgb(231,94,229); }

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