#E75DD7

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

Shades of Free Speech Magenta #E75DD7

Tints of Free Speech Magenta #E75DD7

Color information

#E75DD7 (or 0xE75DD7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and D7. RGB value is (231,93,215). Sum of RGB (Red+Green+Blue) = 231+93+215=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DD7 is #18A228. Grayscale: #939393. Windows color (decimal): -1614377 or 14114279. OLE color: 14114279.

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

Color convert

RGB23193215-
CMYK00.600.070.09
HSL306.96º74.19%63.53%-
HSV(B)306.96º59.74%90.59%-
XYZ49.1429.7267.44-
YUV148.17165.72187.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=42.86%
G=17.25%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319321500.600.070.09306.9674.1963.53
HexE75DD703C791334a40
Octal347135327074711463112100
Binary111001111011101110101110111100111100110011001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DD7; }

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

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

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

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

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

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

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

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