#E758E5

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

Shades of Free Speech Magenta #E758E5

Tints of Free Speech Magenta #E758E5

Color information

#E758E5 (or 0xE758E5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 58 and E5. RGB value is (231,88,229). Sum of RGB (Red+Green+Blue) = 231+88+229=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E758E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758E5 is #18A71A. Grayscale: #929292. Windows color (decimal): -1615643 or 15030503. OLE color: 15030503.

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

Color convert

RGB23188229-
CMYK00.620.010.09
HSL300.84º74.87%62.55%-
HSV(B)300.84º61.9%90.59%-
XYZ50.5929.6377.18-
YUV146.83174.38188.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 88 (34.77% from 255) = 16.06%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=42.15%
G=16.06%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318822900.620.010.09300.8474.8762.55
HexE758E503E1912d4b3f
Octal34713034507611145511377
Binary111001111011000111001010111110110011001011011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E758E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E758E5; }

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

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

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

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

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

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

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

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