#E750D5

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

Shades of Free Speech Magenta #E750D5

Tints of Free Speech Magenta #E750D5

Color information

#E750D5 (or 0xE750D5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 50 and D5. RGB value is (231,80,213). Sum of RGB (Red+Green+Blue) = 231+80+213=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D5 is #18AF2A. Grayscale: #8B8B8B. Windows color (decimal): -1617707 or 13979879. OLE color: 13979879.

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

Color convert

RGB23180213-
CMYK00.650.080.09
HSL307.15º75.88%60.98%-
HSV(B)307.15º65.37%90.59%-
XYZ47.8327.5365.74-
YUV140.31169.03192.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 80 (31.64% from 255) = 15.27%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=44.08%
G=15.27%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318021300.650.080.09307.1575.8860.98
HexE750D5041891334c3d
Octal3471203250101101146311475
Binary1110011110100001101010101000001100010011001100111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750D5; }

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

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

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

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

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

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

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

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