#E750D7

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

Shades of Free Speech Magenta #E750D7

Tints of Free Speech Magenta #E750D7

Color information

#E750D7 (or 0xE750D7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 50 and D7. RGB value is (231,80,215). Sum of RGB (Red+Green+Blue) = 231+80+215=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D7 is #18AF28. Grayscale: #8C8C8C. Windows color (decimal): -1617705 or 14110951. OLE color: 14110951.

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

Color convert

RGB23180215-
CMYK00.650.070.09
HSL306.36º75.88%60.98%-
HSV(B)306.36º65.37%90.59%-
XYZ48.0927.6367.09-
YUV140.54170.03192.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 80 (31.64% from 255) = 15.21%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=43.92%
G=15.21%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318021500.650.070.09306.3675.8860.98
HexE750D7041791324c3d
Octal347120327010171146211475
Binary111001111010000110101110100000111110011001100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750D7; }

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

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

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

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

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

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

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

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