#E75DEA

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

Shades of Free Speech Magenta #E75DEA

Tints of Free Speech Magenta #E75DEA

Color information

#E75DEA (or 0xE75DEA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and EA. RGB value is (231,93,234). Sum of RGB (Red+Green+Blue) = 231+93+234=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #E75DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DEA is #18A215. Grayscale: #959595. Windows color (decimal): -1614358 or 15359463. OLE color: 15359463.

HSL color Cylindrical-coordinate representation of color #E75DEA: hue angle of 298.72º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DEA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23193234-
CMYK0.010.6000.08
HSL298.72º77.05%64.12%-
HSV(B)298.72º60.26%91.76%-
XYZ51.7230.7681.05-
YUV150.34175.22185.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 93 (36.72% from 255) = 16.67%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=41.40%
G=16.67%
B=41.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231932340.010.6000.08298.7277.0564.12
HexE75DEA13C0812b4d40
Octal347135352174010453115100
Binary1110011110111011110101011111000100010010101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DEA; }

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

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

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

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

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

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

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

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