#E750D3

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

Shades of Free Speech Magenta #E750D3

Tints of Free Speech Magenta #E750D3

Color information

#E750D3 (or 0xE750D3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 50 and D3. RGB value is (231,80,211). Sum of RGB (Red+Green+Blue) = 231+80+211=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D3 is #18AF2C. Grayscale: #8B8B8B. Windows color (decimal): -1617709 or 13848807. OLE color: 13848807.

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

Color convert

RGB23180211-
CMYK00.650.090.09
HSL307.95º75.88%60.98%-
HSV(B)307.95º65.37%90.59%-
XYZ47.5827.4364.41-
YUV140.08168.03192.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 211 (82.81% from 255) = 40.42%
R=44.25%
G=15.33%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318021100.650.090.09307.9575.8860.98
HexE750D3041991344c3d
Octal3471203230101111146411475
Binary1110011110100001101001101000001100110011001101001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750D3; }

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

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

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

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

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

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

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

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