#E75DCE

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

Shades of Free Speech Magenta #E75DCE

Tints of Free Speech Magenta #E75DCE

Color information

#E75DCE (or 0xE75DCE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and CE. RGB value is (231,93,206). Sum of RGB (Red+Green+Blue) = 231+93+206=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DCE is #18A231. Grayscale: #929292. Windows color (decimal): -1614386 or 13524455. OLE color: 13524455.

HSL color Cylindrical-coordinate representation of color #E75DCE: hue angle of 310.87º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DCE is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23193206-
CMYK00.600.110.09
HSL310.87º74.19%63.53%-
HSV(B)310.87º59.74%90.59%-
XYZ48.0129.2761.51-
YUV147.14161.22187.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=43.58%
G=17.55%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319320600.600.110.09310.8774.1963.53
HexE75DCE03CB91374a40
Octal3471353160741311467112100
Binary1110011110111011100111001111001011100110011011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DCE; }

 p { color: rgb(231,93,206); }

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

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

 a { background-color: rgb(231,93,206); }

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

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

 span { border-color: rgb(231,93,206); }

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