#E758D0

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

Shades of Free Speech Magenta #E758D0

Tints of Free Speech Magenta #E758D0

Color information

#E758D0 (or 0xE758D0) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 58 and D0. RGB value is (231,88,208). Sum of RGB (Red+Green+Blue) = 231+88+208=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E758D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758D0 is #18A72F. Grayscale: #909090. Windows color (decimal): -1615664 or 13654247. OLE color: 13654247.

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

Color convert

RGB23188208-
CMYK00.620.100.09
HSL309.65º74.87%62.55%-
HSV(B)309.65º61.9%90.59%-
XYZ47.8328.5262.66-
YUV144.44163.88189.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 88 (34.77% from 255) = 16.70%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=43.83%
G=16.70%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318820800.620.100.09309.6574.8762.55
HexE758D003EA91364b3f
Octal347130320076121146611377
Binary111001111011000110100000111110101010011001101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E758D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E758D0; }

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

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

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

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

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

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

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

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