#E75BDB

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

Shades of Free Speech Magenta #E75BDB

Tints of Free Speech Magenta #E75BDB

Color information

#E75BDB (or 0xE75BDB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5B and DB. RGB value is (231,91,219). Sum of RGB (Red+Green+Blue) = 231+91+219=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BDB is #18A424. Grayscale: #939393. Windows color (decimal): -1614885 or 14375911. OLE color: 14375911.

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

Color convert

RGB23191219-
CMYK00.610.050.09
HSL305.14º74.47%63.14%-
HSV(B)305.14º60.61%90.59%-
XYZ49.4829.5970.12-
YUV147.45168.38187.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 91 (35.94% from 255) = 16.82%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=42.70%
G=16.82%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319121900.610.050.09305.1474.4763.14
HexE75BDB03D591314a3f
Octal34713333307551146111277
Binary11100111101101111011011011110110110011001100011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75BDB; }

 p { color: rgb(231,91,219); }

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

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

 a { background-color: rgb(231,91,219); }

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

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

 span { border-color: rgb(231,91,219); }

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