#E758F3

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

Shades of Free Speech Magenta #E758F3

Tints of Free Speech Magenta #E758F3

Color information

#E758F3 (or 0xE758F3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 58 and F3. RGB value is (231,88,243). Sum of RGB (Red+Green+Blue) = 231+88+243=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #E758F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E758F3 is #18A70C. Grayscale: #939393. Windows color (decimal): -1615629 or 15948007. OLE color: 15948007.

HSL color Cylindrical-coordinate representation of color #E758F3: hue angle of 295.35º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E758F3 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23188243-
CMYK0.050.6400.05
HSL295.35º86.59%64.9%-
HSV(B)295.35º63.79%95.29%-
XYZ52.6230.4487.9-
YUV148.43181.38186.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 88 (34.77% from 255) = 15.66%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=41.10%
G=15.66%
B=43.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231882430.050.6400.05295.3586.5964.9
HexE758F3540051275741
Octal347130363510005447127101
Binary111001111011000111100111011000000010110010011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E758F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E758F3; }

 p { color: rgb(231,88,243); }

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

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

 a { background-color: rgb(231,88,243); }

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

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

 span { border-color: rgb(231,88,243); }

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