#E75EDA

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

Shades of Free Speech Magenta #E75EDA

Tints of Free Speech Magenta #E75EDA

Color information

#E75EDA (or 0xE75EDA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5E and DA. RGB value is (231,94,218). Sum of RGB (Red+Green+Blue) = 231+94+218=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EDA is #18A125. Grayscale: #949494. Windows color (decimal): -1614118 or 14311143. OLE color: 14311143.

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

Color convert

RGB23194218-
CMYK00.590.060.09
HSL305.69º74.05%63.73%-
HSV(B)305.69º59.31%90.59%-
XYZ49.6130.0669.52-
YUV149.1166.89186.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 94 (37.11% from 255) = 17.31%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=42.54%
G=17.31%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319421800.590.060.09305.6974.0563.73
HexE75EDA03B691324a40
Octal347136332073611462112100
Binary111001111011110110110100111011110100110011001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EDA; }

 p { color: rgb(231,94,218); }

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

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

 a { background-color: rgb(231,94,218); }

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

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

 span { border-color: rgb(231,94,218); }

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