#E75BE1

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

Shades of Free Speech Magenta #E75BE1

Tints of Free Speech Magenta #E75BE1

Color information

#E75BE1 (or 0xE75BE1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5B and E1. RGB value is (231,91,225). Sum of RGB (Red+Green+Blue) = 231+91+225=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BE1 is #18A41E. Grayscale: #939393. Windows color (decimal): -1614879 or 14769127. OLE color: 14769127.

HSL color Cylindrical-coordinate representation of color #E75BE1: hue angle of 302.57º degrees, saturation: 0.74, 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 #E75BE1 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB23191225-
CMYK00.610.030.09
HSL302.57º74.47%63.14%-
HSV(B)302.57º60.61%90.59%-
XYZ50.2929.9174.36-
YUV148.14171.38187.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 91 (35.94% from 255) = 16.64%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=42.23%
G=16.64%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319122500.610.030.09302.5774.4763.14
HexE75BE103D3912f4a3f
Octal34713334107531145711277
Binary1110011110110111110000101111011110011001011111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75BE1; }

 p { color: rgb(231,91,225); }

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

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

 a { background-color: rgb(231,91,225); }

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

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

 span { border-color: rgb(231,91,225); }

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