#E758CA

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

Shades of Free Speech Magenta #E758CA

Tints of Free Speech Magenta #E758CA

Color information

#E758CA (or 0xE758CA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 58 and CA. RGB value is (231,88,202). Sum of RGB (Red+Green+Blue) = 231+88+202=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E758CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758CA is #18A735. Grayscale: #8F8F8F. Windows color (decimal): -1615670 or 13261031. OLE color: 13261031.

HSL color Cylindrical-coordinate representation of color #E758CA: hue angle of 312.17º 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 #E758CA is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23188202-
CMYK00.620.130.09
HSL312.17º74.87%62.55%-
HSV(B)312.17º61.9%90.59%-
XYZ47.1128.2358.84-
YUV143.75160.88190.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 88 (34.77% from 255) = 16.89%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=44.34%
G=16.89%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318820200.620.130.09312.1774.8762.55
HexE758CA03ED91384b3f
Octal347130312076151147011377
Binary111001111011000110010100111110110110011001110001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E758CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E758CA; }

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

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

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

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

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

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

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

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